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