toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-themes
/
com.mapbox.dash.theming.compose
/
DashButtonColor
Dash
Button
Color
@
Stable
data
class
DashButtonColor
(
val
primary
:
Color
,
val
secondary
:
Color
,
val
tertiary
:
Color
,
val
transparent
:
Color
,
val
red
:
Color
)
:
ComposeInstance
Members
Constructors
Dash
Button
Color
Link copied to clipboard
constructor
(
primary
:
Color
,
secondary
:
Color
,
tertiary
:
Color
,
transparent
:
Color
,
red
:
Color
)
Types
Color
Mode
Provider
Link copied to clipboard
object
ColorModeProvider
:
ComposeColorModeProvider
<
DashButtonColor
>
Properties
primary
Link copied to clipboard
val
primary
:
Color
red
Link copied to clipboard
val
red
:
Color
secondary
Link copied to clipboard
val
secondary
:
Color
tertiary
Link copied to clipboard
val
tertiary
:
Color
transparent
Link copied to clipboard
val
transparent
:
Color