BottomBarGeneralFrameworkWidget constructor
const
BottomBarGeneralFrameworkWidget({
- Key? key,
- double? height,
- BoxConstraints? constraints,
- double? width,
- bool isAddBottomBarPadding = false,
- DecorationBuilderGeneralFrameworkWidget? decorationBuilder,
- AlignmentGeometry? alignment,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- Clip clipBehavior = Clip.none,
- WidgetBuilder? topBuilder,
- required WidgetBuilder builder,
UncompleteDocumentation
Implementation
const BottomBarGeneralFrameworkWidget({
super.key,
this.height,
this.constraints,
this.width,
this.isAddBottomBarPadding = false,
// required this.builder,
this.decorationBuilder,
this.alignment,
this.padding,
this.margin,
this.clipBehavior = Clip.none,
this.topBuilder,
required this.builder,
});