LayersPainter constructor
const
LayersPainter({
- Listenable? repaint,
- required Color color,
Implementation
const LayersPainter({
super.repaint,
required this.color,
});