Package-level declarations
Types
Link copied to clipboard
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
Link copied to clipboard
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())
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
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)