toggle menu
BIT App
androidJvm
switch theme
search in API
bitapp
/
com.atech.bit.ui.screens.attendance.attendance_screen.component
/
MenuItem
Menu
Item
data
class
MenuItem
(
val
icon
:
ImageVector
,
val
text
:
String
,
val
onClick
:
(
)
->
Unit
=
{}
,
val
isEnable
:
Boolean
=
true
)
Members
Constructors
Menu
Item
Link copied to clipboard
constructor
(
icon
:
ImageVector
,
text
:
String
,
onClick
:
(
)
->
Unit
=
{}
,
isEnable
:
Boolean
=
true
)
Properties
icon
Link copied to clipboard
val
icon
:
ImageVector
is
Enable
Link copied to clipboard
val
isEnable
:
Boolean
=
true
on
Click
Link copied to clipboard
val
onClick
:
(
)
->
Unit
text
Link copied to clipboard
val
text
:
String