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