ControlButtonsComponentOptions constructor
- {required List<
ControlButton> buttons, - MainAxisAlignment alignment = MainAxisAlignment.start,
- bool vertical = false,
- Color? buttonBackgroundColor,
- BoxConstraints? buttonsContainerConstraints}
Implementation
ControlButtonsComponentOptions({
required this.buttons,
this.alignment = MainAxisAlignment.start,
this.vertical = false,
this.buttonBackgroundColor,
this.buttonsContainerConstraints,
});