onShowSemanticsDebugger method

bool onShowSemanticsDebugger()

Implementation

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