borderBulbColors property

Map<LedBulbColors, Color> borderBulbColors
final

Implementation

final Map<LedBulbColors, Color> borderBulbColors = {
  LedBulbColors.green: Colors.green,
  LedBulbColors.yellow: Colors.amber,
  LedBulbColors.red: Colors.red,
  LedBulbColors.off: Colors.blueGrey.shade300
};