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