showSemanticsDebugger property
Implementation
@Deprecated('Should not be an exposed property')
bool get showSemanticsDebugger =>
_showSemanticsDebugger ?? onShowSemanticsDebugger() ?? false;
- @Deprecated('Should not be a readily available capability')
inherited
Implementation
@Deprecated('Should not be a readily available capability')
set showSemanticsDebugger(bool? debug) {
if (debug != null) {
_showSemanticsDebugger = debug;
}
}