TxButtonBarThemeData constructor
const
TxButtonBarThemeData({
- ButtonStyle? mainButtonStyle,
- ButtonStyle? secondaryButtonStyle,
- EdgeInsetsGeometry? buttonPadding,
- ButtonTextTheme? buttonTextTheme,
- double? buttonHeight,
- double? buttonMinWidth,
- ButtonBarLayoutBehavior? layoutBehavior,
- bool? buttonAlignedDropdown,
Implementation
const TxButtonBarThemeData({
this.mainButtonStyle,
this.secondaryButtonStyle,
this.buttonPadding,
this.buttonTextTheme,
this.buttonHeight,
this.buttonMinWidth,
this.layoutBehavior,
this.buttonAlignedDropdown,
});