onShowSemanticsDebugger method

bool? onShowSemanticsDebugger()
inherited

Returns 'Show Semantics' boolean indicator if any.

Implementation

bool? onShowSemanticsDebugger() => inShowSemanticsDebugger?.call() ?? false;