IllustrationPainter constructor

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

Implementation

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