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