JchuComponents
Toggle table of contents
3.0.0-alpha07
release
Target filter
release
Switch theme
Search in API
Skip to content
JchuComponents
jchucomponents-ui
/
com.jeluchu.jchucomponents.ui.composables.structures
/
JchuScaffoldTabItem
Jchu
Scaffold
Tab
Item
@
Immutable
class
JchuScaffoldTabItem
(
val
label
:
String
,
val
icon
:
@
Composable
(
)
->
Unit
=
{}
,
val
alwaysShowLabel
:
Boolean
=
true
)
Members
Constructors
Jchu
Scaffold
Tab
Item
Link copied to clipboard
constructor
(
label
:
String
,
icon
:
@
Composable
(
)
->
Unit
=
{}
,
alwaysShowLabel
:
Boolean
=
true
)
Properties
always
Show
Label
Link copied to clipboard
val
alwaysShowLabel
:
Boolean
icon
Link copied to clipboard
val
icon
:
@
Composable
(
)
->
Unit
label
Link copied to clipboard
val
label
:
String