actions property

List<Widget>? actions
final

Actions at the bottom of dialog, when this is set, negativeText positiveText onNegativeClick onPositiveClick will not work。

Implementation

final List<Widget>? actions;