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