extendButtons property

List<Widget> extendButtons
getter/setter pair

Extension buttons that allow you to add your own buttons to the top toolbar. These buttons will be added to the menu bar in the specified order. If the limit of 3 is exceeded, additional buttons will be automatically added to the overflow menu.

Implementation

List<Widget> extendButtons;