floatingShutterButtonContentDescription property

String get floatingShutterButtonContentDescription

Implementation

String get floatingShutterButtonContentDescription => _floatingShutterButtonContentDescription;
set floatingShutterButtonContentDescription (String newValue)

Implementation

set floatingShutterButtonContentDescription(String newValue) {
  _floatingShutterButtonContentDescription = newValue;
  _updateNative();
}