PillGesture constructor
PillGesture({
- required GestureDragStartCallback onVerticalDragStart,
- required GestureDragUpdateCallback onVerticalDragUpdate,
- required GestureDragEndCallback onVerticalDragEnd,
- Color? pillColor,
Implementation
PillGesture({
required this.onVerticalDragStart,
required this.onVerticalDragUpdate,
required this.onVerticalDragEnd,
this.pillColor,
});