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