buttons property

List<Widget> buttons
final

The buttons in this button bar. Must be more than 1 button

Usually a List of Buttons

Implementation

final List<Widget> buttons;