toggle menu
interactive-text
0.2.1
jvm
switch theme
search in API
interactive-text
/
me.okonecny.interactivetext
/
NavigableLazyListScope
Navigable
Lazy
List
Scope
data
class
NavigableLazyListScope
(
lazyListScope
:
LazyListScope
,
val
navigation
:
Navigation
)
Members
Constructors
Navigable
Lazy
List
Scope
Link copied to clipboard
constructor
(
lazyListScope
:
LazyListScope
,
navigation
:
Navigation
)
Properties
navigation
Link copied to clipboard
val
navigation
:
Navigation
Functions
item
Link copied to clipboard
fun
item
(
key
:
Any
?
=
null
,
contentType
:
Any
?
=
null
,
content
:
@
Composable
LazyItemScope
.
(
)
->
Unit
)