confirmText property Null safety
final
Optionally provide your own text for the confirm button.
If null, the button uses MaterialLocalizations.okButtonLabel.
Implementation
final String? confirmText;
Optionally provide your own text for the confirm button.
If null, the button uses MaterialLocalizations.okButtonLabel.
final String? confirmText;