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