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