shouldShowMacroModeControl property

bool get shouldShowMacroModeControl

Implementation

bool get shouldShowMacroModeControl => _shouldShowMacroModeControl;
set shouldShowMacroModeControl (bool newValue)

Implementation

set shouldShowMacroModeControl(bool newValue) {
  _shouldShowMacroModeControl = newValue;
  _updateNative();
}