TxButtonBarThemeData constructor

const TxButtonBarThemeData({
  1. ButtonStyle? mainButtonStyle,
  2. ButtonStyle? secondaryButtonStyle,
  3. EdgeInsetsGeometry? buttonPadding,
  4. ButtonTextTheme? buttonTextTheme,
  5. double? buttonHeight,
  6. double? buttonMinWidth,
  7. ButtonBarLayoutBehavior? layoutBehavior,
  8. bool? buttonAlignedDropdown,
})

Implementation

const TxButtonBarThemeData({
  this.mainButtonStyle,
  this.secondaryButtonStyle,
  this.buttonPadding,
  this.buttonTextTheme,
  this.buttonHeight,
  this.buttonMinWidth,
  this.layoutBehavior,
  this.buttonAlignedDropdown,
});