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