RouteEditorComposableColors

data class RouteEditorComposableColors(val routePointsDisplayColors: RoutePointsDisplayColors, val transportationModesColors: TransportationModesColors, val routeCardColors: RouteCardColors, val bottomSheetSurfaceColor: Color)

Aggregated colors for the RouteEditorComposable and its children

Constructors

Link copied to clipboard
constructor(routePointsDisplayColors: RoutePointsDisplayColors, transportationModesColors: TransportationModesColors, routeCardColors: RouteCardColors, bottomSheetSurfaceColor: Color)

Types

Link copied to clipboard
object Companion