onShowSemanticsDebugger method
Returns 'Show Semantics' boolean indicator if any.
Implementation
bool? onShowSemanticsDebugger() => inShowSemanticsDebugger?.call() ?? false;
Returns 'Show Semantics' boolean indicator if any.
bool? onShowSemanticsDebugger() => inShowSemanticsDebugger?.call() ?? false;