@override bool get isEnabled => _enabled;
@override set isEnabled(bool newValue) { _enabled = newValue; _controller.setModeEnabledState(newValue); }