actions property

List<Widget> actions
getter/setter pair

the list of actions (widgets) that will be rendered as buttons required when using custom constructor

Implementation

late List<Widget> actions;