Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class DashColors(val textColor: DashTextColor, val backgroundColors: DashBackgroundColor, val buttonColors: DashButtonColor, val borderColors: DashBorderColor, val iconColor: DashIconColor, val speedLimitColor: DashSpeedLimitColor, val workingHoursColor: DashWorkingHoursColor, val guidanceColor: DashGuidanceColor, val evColor: DashEvColor)
Link copied to clipboard
data class DashEvColor(val primaryProgressCheckOut: Color, val secondaryProgressCheckOut: Color, val backgroundProgress: Color, val secondaryProgressTextColor: Color)
Link copied to clipboard
data class DashIconCollection(val camera: CameraIconSet = CameraIconSet(), val controls: ControlsIconSet = ControlsIconSet(), val feedback: FeedbackIconSet = FeedbackIconSet(), val information: InformationIconSet = InformationIconSet(), val main: MainIconSet = MainIconSet(), val marker: MarkerIconSet = MarkerIconSet(), val sound: SoundIconSet = SoundIconSet(), val tripProgress: TripProgressIconSet = TripProgressIconSet(), val favorite: FavoriteIconSet = FavoriteIconSet(), val driverNotification: DriverNotificationIconSet = DriverNotificationIconSet())
Link copied to clipboard
data class DashShapes(val settingsBackground: Shape, val etaPanelBackground: Shape, val removeStopBackground: Shape, val endNavigationBackground: Shape, val streetNameBackground: Shape, val rateTripPanelBackground: Shape, val rateTripPanelGoodButtonBackground: Shape, val rateTripPanelBadButtonBackground: Shape, val continueNavigationPanelBackground: Shape, val continueNavigationPanelButtonBackground: Shape, val actionButtonBackground: Shape, val searchPanelBackground: Shape, val navigationSuggestionPanelBackground: Shape, val guidanceBannerBackground: Shape, val maneuversListBackground: Shape, val fastChargeFilterButtonBackground: Shape, val poiCardBackground: Shape, val resumeGuidanceBackground: Shape, val tabButtonBackground: Shape, val searchAreaButtonBackground: Shape, val toastBackground: Shape, val verticalSuggestionsBackground: Shape, val driverNotificationButtonBackground: Shape, val driverNotificationBackground: Shape)
Link copied to clipboard
data class DashTypography(val title1: DashTypography.Style, val title2: DashTypography.Style, val title3: DashTypography.Style, val title4: DashTypography.Style, val title5: DashTypography.Style, val title6: DashTypography.Style, val title7: DashTypography.Style, val body1: DashTypography.Style, val body2: DashTypography.Style, val body3: DashTypography.Style, val body4: DashTypography.Style, val body5: DashTypography.Style, val body6: DashTypography.Style, val button1: DashTypography.Style, val button2: DashTypography.Style)
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Theme for Compose Previews that uses either LightDashTheme or DarkDashTheme according to the Configuration.UI_MODE_NIGHT_YES flag.
Link copied to clipboard
fun ThemeIcon(@DrawableRes icon: Int, modifier: Modifier = Modifier, contentScale: ContentScale = ContentScale.Fit, colorFilter: ColorFilter? = null)