Theme
constructor(context: Context, id: Any, isNightTheme: Boolean, colors: DashColors = DashColors(isNightTheme), routeLineColors: RouteLineColors = RouteLineColors(isNightTheme), evRangeMapStyles: EvRangeMapStyles = EvRangeMapStyles(isNightTheme), typography: Typography = Typography(context), shapes: Shapes = Shapes(), iconCollection: DashIconCollection = DashIconCollection(colors, context))
constructor(id: Any, isNightTheme: Boolean, colors: DashColors, routeLineColors: RouteLineColors, evRangeMapStyles: EvRangeMapStyles, typography: Typography, shapes: Shapes, iconCollection: DashIconCollection)