actions property

List<Widget>? actions
final

Optional list of action buttons for user interaction.

Type: List<Widget>?. Buttons are arranged horizontally at the bottom of the dialog with consistent spacing. Typically includes cancel and confirmation options.

Implementation

final List<Widget>? actions;