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