reflectionBulbColors property

Map<LedBulbColors, List<Color>> reflectionBulbColors
final

Implementation

final Map<LedBulbColors, List<Color>> reflectionBulbColors = {
  LedBulbColors.green: <Color>[
    Colors.white,
    Colors.white60,
    Colors.white10,
    Colors.transparent,
  ],
  LedBulbColors.yellow: <Color>[
    Colors.white,
    Colors.white60,
    Colors.white10,
    Colors.transparent,
  ],
  LedBulbColors.red: <Color>[
    Colors.white,
    Colors.white60,
    Colors.white10,
    Colors.transparent,
  ],
  LedBulbColors.off: <Color>[
    Colors.white,
    Colors.white60,
    Colors.white10,
    Colors.transparent,
  ]
};