SlidableScrollingBehavior constructor
const
SlidableScrollingBehavior({
- Key? key,
- required SlidableController controller,
- bool closeOnScroll = true,
- required Widget child,
Implementation
const SlidableScrollingBehavior({
super.key,
required this.controller,
this.closeOnScroll = true,
required this.child,
});