CustomSlidableBehavior constructor
const
CustomSlidableBehavior({})
Slidable 行为
Implementation
const CustomSlidableBehavior({
required this.child,
super.key,
this.closeWhenOpened = true,
this.closeWhenTapped = true,
});