onDebugShowWidgetInspector method
Returns 'Show Debug Banner' boolean indicator if any.
Implementation
// ignore: avoid_bool_literals_in_conditional_expressions
bool? onDebugShowWidgetInspector() =>
inDebugShowWidgetInspector != null ? inDebugShowWidgetInspector!() : true;