actions property
Actions at the bottom of dialog, when this is set, negativeText positiveText onNegativeClick onPositiveClick will not work.
Implementation
final List<Widget>? actions;
Actions at the bottom of dialog, when this is set, negativeText positiveText onNegativeClick onPositiveClick will not work.
final List<Widget>? actions;