confirmText property Null safety
final
The label on the "OK" button for the text input mode.
If null, the localized value of MaterialLocalizations.okButtonLabel is used.
Implementation
final String? confirmText;
The label on the "OK" button for the text input mode.
If null, the localized value of MaterialLocalizations.okButtonLabel is used.
final String? confirmText;