CustomBottomFloatBar constructor
const
CustomBottomFloatBar({
- required Widget child,
- required bool? show,
- Key? key,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- bool? ghost,
BottomFloatBar 底部浮动栏组件
Implementation
const CustomBottomFloatBar({
required this.child,
required this.show,
super.key,
this.margin,
this.padding,
this.ghost,
});