actions property

List<Widget>? actions
final

The actions of the dialog. Usually, a List of Buttons

Implementation

final List<Widget>? actions;