viewmodel-pilot
Toggle table of contents
0.4.1-SNAPSHOT
android
Platform filter
android
Switch theme
Search in API
viewmodel-pilot
components
/
com.mirego.pilot.components.ui
/
PilotButton
Pilot
Button
android
@
Composable
fun
<
C
:
Any
>
PilotButton
(
pilotButton
:
PilotButton
<
C
>
,
modifier
:
Modifier
=
Modifier
,
content
:
@
Composable
BoxScope
.
(
field
:
C
)
->
Unit
)