ButtonBarSuper constructor

const ButtonBarSuper({
  1. ButtonTextTheme? buttonTextTheme,
  2. double? buttonMinWidth,
  3. double? buttonHeight,
  4. EdgeInsetsGeometry? buttonPadding,
  5. ButtonBarLayoutBehavior? layoutBehavior,
  6. WrapType wrapType = WrapType.balanced,
  7. WrapFit wrapFit = WrapFit.larger,
  8. double spacing = 0.0,
  9. double lineSpacing = 0.0,
  10. WrapSuperAlignment alignment = WrapSuperAlignment.left,
  11. List<Widget> children = const <Widget>[],
})

Implementation

const ButtonBarSuper({
  this.buttonTextTheme,
  this.buttonMinWidth,
  this.buttonHeight,
  this.buttonPadding,
  this.layoutBehavior,
  this.wrapType = WrapType.balanced,
  this.wrapFit = WrapFit.larger,
  this.spacing = 0.0,
  this.lineSpacing = 0.0,
  this.alignment = WrapSuperAlignment.left,
  this.children = const <Widget>[],
});