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