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