toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-destination-preview
/
com.mapbox.dash.destination.preview.presentation.compose.action
/
FilledAction
Filled
Action
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
@
Composable
fun
ActionRowScope
.
FilledAction
(
@
StringRes
text
:
Int
?
,
onClick
:
(
)
->
Unit
=
{}
,
progress
:
Boolean
=
false
,
countdown
:
Boolean
=
false
,
highlighted
:
Boolean
=
false
,
enabled
:
Boolean
=
true
,
tag
:
String
=
"FilledActionTag"
)