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