DragAndDropGestureDetector constructor
const
DragAndDropGestureDetector({
- Key? key,
- required MapModel mapModel,
- int longPressDuration = 350,
- int maxDistance = 20,
- TapEventListener tapEventListener = TapEventListener.longTap,
Implementation
const DragAndDropGestureDetector({
super.key,
required this.mapModel,
this.longPressDuration = 350,
this.maxDistance = 20,
this.tapEventListener = TapEventListener.longTap,
});