BottomBarGeneralFrameworkWidget constructor

const BottomBarGeneralFrameworkWidget({
  1. Key? key,
  2. double? height,
  3. BoxConstraints? constraints,
  4. double? width,
  5. bool isAddBottomBarPadding = false,
  6. DecorationBuilderGeneralFrameworkWidget? decorationBuilder,
  7. AlignmentGeometry? alignment,
  8. EdgeInsetsGeometry? padding,
  9. EdgeInsetsGeometry? margin,
  10. Clip clipBehavior = Clip.none,
  11. WidgetBuilder? topBuilder,
  12. 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,
});