BrightnessEmptyPainter constructor

const BrightnessEmptyPainter({
  1. Listenable? repaint,
  2. required Color color,
})

Implementation

const BrightnessEmptyPainter({
  super.repaint,
  required this.color,
});