TxButtonBar constructor
const
TxButtonBar({
- required Widget mainButton,
- Key? key,
- Widget? secondaryButton,
- List<
Widget> ? actions, - EdgeInsetsGeometry? buttonPadding,
- ButtonTextTheme? buttonTextTheme,
- double? buttonHeight,
- double? buttonMinWidth,
- ButtonBarLayoutBehavior? layoutBehavior,
- bool? buttonAlignedDropdown,
创建一个操作按钮栏。
Implementation
const TxButtonBar({
required this.mainButton,
super.key,
this.secondaryButton,
this.actions,
this.buttonPadding,
this.buttonTextTheme,
this.buttonHeight,
this.buttonMinWidth,
this.layoutBehavior,
this.buttonAlignedDropdown,
});