mobile-sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
mobile-sdk
2Gis Full SDK for Compose
/
ru.dgis.sdk.compose.navigation.controls.mapcontrols.zoom
/
NavigationZoomComposableColors
Navigation
Zoom
Composable
Colors
data
class
NavigationZoomComposableColors
(
val
iconColor
:
Color
,
val
disabledIconColor
:
Color
,
val
backgroundColor
:
Color
,
val
pressedBackgroundColor
:
Color
,
val
dividerColor
:
Color
)
Members
Constructors
Navigation
Zoom
Composable
Colors
Link copied to clipboard
constructor
(
iconColor
:
Color
,
disabledIconColor
:
Color
,
backgroundColor
:
Color
,
pressedBackgroundColor
:
Color
,
dividerColor
:
Color
)
Properties
background
Color
Link copied to clipboard
val
backgroundColor
:
Color
disabled
Icon
Color
Link copied to clipboard
val
disabledIconColor
:
Color
divider
Color
Link copied to clipboard
val
dividerColor
:
Color
icon
Color
Link copied to clipboard
val
iconColor
:
Color
pressed
Background
Color
Link copied to clipboard
val
pressedBackgroundColor
:
Color