TransportationModesColors

data class TransportationModesColors(val background: Color = RouteEditorColors.BackgroundGrey, val selectedItemBackground: Color = RouteEditorColors.SurfaceWhite, val unselectedItemBackground: Color = Color.Transparent, val selectedIconTint: Color = RouteEditorTextStyles.default.Primary.color, val unselectedIconTint: Color = RouteEditorTextStyles.default.Secondary.color, val selectedTextColor: Color = RouteEditorTextStyles.default.Primary.color, val unselectedTextColor: Color = RouteEditorTextStyles.default.Secondary.color, val selectedTransportTypeBorderColor: Color = RouteEditorColors.Primary)

Color scheme for transportation modes components

Constructors

Link copied to clipboard
constructor(background: Color = RouteEditorColors.BackgroundGrey, selectedItemBackground: Color = RouteEditorColors.SurfaceWhite, unselectedItemBackground: Color = Color.Transparent, selectedIconTint: Color = RouteEditorTextStyles.default.Primary.color, unselectedIconTint: Color = RouteEditorTextStyles.default.Secondary.color, selectedTextColor: Color = RouteEditorTextStyles.default.Primary.color, unselectedTextColor: Color = RouteEditorTextStyles.default.Secondary.color, selectedTransportTypeBorderColor: Color = RouteEditorColors.Primary)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard