onDebugShowWidgetInspector method

bool? onDebugShowWidgetInspector()
inherited

Returns 'Show Debug Banner' boolean indicator if any.

Implementation

bool? onDebugShowWidgetInspector() =>
    inDebugShowWidgetInspector?.call() ?? true;