BetterSwipeCell constructor
const
BetterSwipeCell({
- Key? key,
- required Widget child,
- Duration? duration,
- List<
BetterSwipeCellAction> leftActions = const [], - List<
BetterSwipeCellAction> rightActions = const [], - bool isStretch = false,
Implementation
const BetterSwipeCell({
super.key,
required this.child,
this.duration,
this.leftActions = const [],
this.rightActions = const [],
this.isStretch = false,
});