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