shouldShowFloatingShutterButton property

bool get shouldShowFloatingShutterButton

Implementation

bool get shouldShowFloatingShutterButton => _shouldShowFloatingShutterButton;
set shouldShowFloatingShutterButton (bool newValue)

Implementation

set shouldShowFloatingShutterButton(bool newValue) {
  _shouldShowFloatingShutterButton = newValue;
  _updateNative();
}