singleScanButtonContentDescription property
String
get
singleScanButtonContentDescription
Implementation
String get singleScanButtonContentDescription => _singleScanButtonContentDescription;
set
singleScanButtonContentDescription
(String newValue)
Implementation
set singleScanButtonContentDescription(String newValue) {
_singleScanButtonContentDescription = newValue;
_updateNative();
}