jellyfab
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
jellyfab
jellyfab
/
io.github.iprashantpanwar.jellyfab
/
JellyFabItem
Jelly
Fab
Item
@
Immutable
@
Stable
data
class
JellyFabItem
(
val
icon
:
ImageVector
,
val
onClick
:
(
)
->
Unit
=
{}
)
Members
Constructors
Jelly
Fab
Item
Link copied to clipboard
constructor
(
icon
:
ImageVector
,
onClick
:
(
)
->
Unit
=
{}
)
Properties
icon
Link copied to clipboard
val
icon
:
ImageVector
on
Click
Link copied to clipboard
val
onClick
:
(
)
->
Unit