CustomActionPane constructor
const
CustomActionPane({})
动作面板
Implementation
const CustomActionPane({
required this.children,
this.motion,
super.key,
this.extentRatio = 0.3,
this.dismissible,
this.dragDismissible = true,
this.openThreshold,
this.closeThreshold,
});