onShowSemanticsDebugger method

bool? onShowSemanticsDebugger()

Returns 'Show Semantics' boolean indicator if any.

Implementation

bool? onShowSemanticsDebugger() =>
    // ignore: avoid_bool_literals_in_conditional_expressions
    inShowSemanticsDebugger != null ? inShowSemanticsDebugger!() : false;