JsonButtonBarBuilder constructor

JsonButtonBarBuilder({
  1. MainAxisAlignment? alignment,
  2. bool? buttonAlignedDropdown,
  3. double? buttonHeight,
  4. double? buttonMinWidth,
  5. EdgeInsetsGeometry? buttonPadding,
  6. ButtonTextTheme? buttonTextTheme,
  7. ButtonBarLayoutBehavior? layoutBehavior,
  8. MainAxisSize? mainAxisSize,
  9. double? overflowButtonSpacing,
  10. VerticalDirection? overflowDirection,
})

Implementation

JsonButtonBarBuilder({
  this.alignment,
  this.buttonAlignedDropdown,
  this.buttonHeight,
  this.buttonMinWidth,
  this.buttonPadding,
  this.buttonTextTheme,
  this.layoutBehavior,
  this.mainAxisSize,
  this.overflowButtonSpacing,
  this.overflowDirection,
}) : super(numSupportedChildren: kNumSupportedChildren);