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