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