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