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