CustomSlidable constructor
const
CustomSlidable({
- required Widget child,
- Key? key,
- SlidableController? controller,
- Object? groupTag = 'list',
- bool enabled = true,
- bool closeOnScroll = true,
- ActionPane? startActionPane,
- ActionPane? endActionPane,
- Axis direction = Axis.horizontal,
- DragStartBehavior dragStartBehavior = DragStartBehavior.down,
- bool useTextDirection = true,
Slidable
Implementation
const CustomSlidable({
required this.child,
super.key,
this.controller,
this.groupTag = 'list',
this.enabled = true,
this.closeOnScroll = true,
this.startActionPane,
this.endActionPane,
this.direction = Axis.horizontal,
this.dragStartBehavior = DragStartBehavior.down,
this.useTextDirection = true,
});