onShowPerformanceOverlay method

bool? onShowPerformanceOverlay()
inherited

Returns 'Show Performance Overlay' boolean indicator if any.

Implementation

bool? onShowPerformanceOverlay() => inShowPerformanceOverlay?.call() ?? false;