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