actions property

List<Widget> actions
final

The set of actions that are displayed at the bottom or trailing side of the MaterialBanner.

Typically this is a list of TextButton widgets.

Implementation

final List<Widget> actions;