List<Widget> persistentFooterButtons
read-only

A set of buttons that are displayed at the bottom of the scaffold.

Typically this is a list of FlatButton widgets. These buttons are persistently visible, even of the body of the scaffold scrolls.

These widgets will be wrapped in a ButtonBar.

See also: