actionsAlignment property
final
Defines the horizontal layout of the actions according to the same rules as for Row.mainAxisAlignment.
This parameter is passed along to the dialog's OverflowBar.
If this parameter is null (the default) then MainAxisAlignment.end is used.
Implementation
final MainAxisAlignment? actionsAlignment;