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