GestureViewPathWidget constructor
const
GestureViewPathWidget({})
Implementation
const GestureViewPathWidget({
Key? key,
required this.points,
this.onPanDown,
this.onPanUpdate,
this.onPanEnd,
this.color = Colors.blue,
this.pathWidth = 4,
}) : super(key: key);