actions property

The dialog's actions. It is recommended (and asserted) to either provide actions or an empty array for Cupertino styled dialogs.

Implementation

final List<AdaptiveAlertDialogButton>? actions;