JsonButtonBarBuilder constructor
JsonButtonBarBuilder({
- MainAxisAlignment? alignment,
- bool? buttonAlignedDropdown,
- double? buttonHeight,
- double? buttonMinWidth,
- EdgeInsetsGeometry? buttonPadding,
- ButtonTextTheme? buttonTextTheme,
- ButtonBarLayoutBehavior? layoutBehavior,
- MainAxisSize? mainAxisSize,
- double? overflowButtonSpacing,
- 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);