shouldShowTargetModeHint property
- @Deprecated('shouldShowTargetModeHint is deprecated. Unused.')
bool
get
shouldShowTargetModeHint
Implementation
@Deprecated('shouldShowTargetModeHint is deprecated. Unused.')
bool get shouldShowTargetModeHint {
return _shouldShowTargetModeHint;
}
- @Deprecated('shouldShowTargetModeHint is deprecated. Unused. Setting this will have no effect.')
set
shouldShowTargetModeHint
(bool newValue)
Implementation
@Deprecated('shouldShowTargetModeHint is deprecated. Unused. Setting this will have no effect.')
set shouldShowTargetModeHint(bool newValue) {
_shouldShowTargetModeHint = false;
}