viewmodel-pilot
Toggle table of contents
0.4.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
viewmodel-pilot
components
/
com.mirego.pilot.components
/
PilotButton
/
PilotButton
Pilot
Button
constructor
(
content
:
StateFlow
<
T
>
,
isEnabled
:
StateFlow
<
Boolean
>
=
MutableStateFlow(true)
,
accessibilityInfo
:
StateFlow
<
PilotAccessibilityInfo
?
>
=
MutableStateFlow(null)
,
action
:
(
)
->
Unit
)