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