dialogButtonText property

String dialogButtonText

The button text of error dialog. Default value is given in _defaultDialogButtonText. Custom value in the constructor is assigned to _dialogButtonText.

Implementation

String get dialogButtonText => _dialogButtonText ?? _defaultDialogButtonText;