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