onDebugShowWidgetInspector method
Returns 'Show Debug Banner' boolean indicator if any.
Implementation
bool? onDebugShowWidgetInspector() =>
inDebugShowWidgetInspector?.call() ?? true;
Returns 'Show Debug Banner' boolean indicator if any.
bool? onDebugShowWidgetInspector() =>
inDebugShowWidgetInspector?.call() ?? true;