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