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