glowBulbColors property

Map<LedBulbColors, Color> glowBulbColors
final

Implementation

final Map<LedBulbColors, Color> glowBulbColors = {
  LedBulbColors.green: Colors.green,
  LedBulbColors.yellow: Colors.yellow,
  LedBulbColors.red: Colors.red,
  LedBulbColors.off: Colors.transparent
};