actions property

List<Widget>? actions
final

Additional action buttons to append after standard confirm/cancel.

This optional List of Widgets allows custom buttons, such as "Save Draft" or secondary options. They are spread into the ArcaneDialog's actions list.

Implementation

final List<Widget>? actions;