shutterButtonContentDescription property
String
get
shutterButtonContentDescription
Implementation
String get shutterButtonContentDescription => _shutterButtonContentDescription;
set
shutterButtonContentDescription
(String newValue)
Implementation
set shutterButtonContentDescription(String newValue) {
_shutterButtonContentDescription = newValue;
_updateNative();
}