SlidableGestureDetector constructor
const
SlidableGestureDetector({
- Key? key,
- bool enabled = true,
- required SlidableController controller,
- required Axis direction,
- required Widget child,
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
Implementation
const SlidableGestureDetector({
Key? key,
this.enabled = true,
required this.controller,
required this.direction,
required this.child,
this.dragStartBehavior = DragStartBehavior.start,
}) : super(key: key);