toggle menu
BIT App
androidJvm
switch theme
search in API
bitapp
/
com.atech.bit.ui.comman
/
EventItem
Event
Item
@
Composable
fun
EventItem
(
modifier
:
Modifier
=
Modifier
,
model
:
EventModel
,
getAttach
:
GetAttach
?
=
null
,
onEventClick
:
(
EventModel
)
->
Unit
=
{}
,
onClick
:
(
String
)
->
Unit
=
{}
)