toggle menu
doodle
0.10.3
common
switch theme
search in API
themes
/
io.nacular.doodle.theme.basic.list
/
BasicMutableItemGenerator
Basic
Mutable
Item
Generator
open
class
BasicMutableItemGenerator
<
T
>
(
selectionColor
:
Color
?
=
null
,
selectionBlurredColor
:
Color
?
=
null
)
:
BasicItemGenerator
<
T
>
(
source
)
Members
Constructors
Basic
Mutable
Item
Generator
Link copied to clipboard
constructor
(
selectionColor
:
Color
?
=
null
,
selectionBlurredColor
:
Color
?
=
null
)
Functions
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
list
:
List
<
T
,
*
>
,
item
:
T
,
index
:
Int
,
current
:
View
?
)
:
View