JsonButtonBarBuilderModel constructor

const JsonButtonBarBuilderModel(
  1. Map<String, dynamic> args, {
  2. MainAxisAlignment? alignment,
  3. bool? buttonAlignedDropdown,
  4. double? buttonHeight,
  5. double? buttonMinWidth,
  6. EdgeInsetsGeometry? buttonPadding,
  7. ButtonTextTheme? buttonTextTheme,
  8. ButtonBarLayoutBehavior? layoutBehavior,
  9. MainAxisSize? mainAxisSize,
  10. double? overflowButtonSpacing,
  11. VerticalDirection? overflowDirection,
  12. List<JsonWidgetData> children = const <JsonWidgetData>[],
})

Implementation

const JsonButtonBarBuilderModel(
  super.args, {
  this.alignment,
  this.buttonAlignedDropdown,
  this.buttonHeight,
  this.buttonMinWidth,
  this.buttonPadding,
  this.buttonTextTheme,
  this.layoutBehavior,
  this.mainAxisSize,
  this.overflowButtonSpacing,
  this.overflowDirection,
  this.children = const <JsonWidgetData>[],
});