EvIconSet

constructor(colors: DashColors, context: Context, charging: DashIcon = DashIcon(context) { charging(colors) }, range: DashIcon = DashIcon(context) { range(colors) }, speedFast: DashIcon = DashIcon(context) { speedFast(colors) }, speedSlow: DashIcon = DashIcon(context) { speedSlow(colors) }, speedUltraFast: DashIcon = DashIcon(context) { speedUltraFast(colors) })
constructor(charging: DashIcon, range: DashIcon, speedFast: DashIcon, speedSlow: DashIcon, speedUltraFast: DashIcon)