primaryAction property
final
The text for primary action of this dialog, which will validate the input and then close the dialog and return the Future with the value.
Typically 'Save' or 'Apply'.
Implementation
final String primaryAction;