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