exitButtonText property
String
get
exitButtonText
Implementation
String get exitButtonText => _exitButtonText;
set
exitButtonText
(String newValue)
Implementation
set exitButtonText(String newValue) {
_exitButtonText = newValue;
_updateNative();
}