onShowPerformanceOverlay method
Returns 'Show Performance Overlay' boolean indicator if any.
Implementation
bool? onShowPerformanceOverlay() => inShowPerformanceOverlay?.call() ?? false;
Returns 'Show Performance Overlay' boolean indicator if any.
bool? onShowPerformanceOverlay() => inShowPerformanceOverlay?.call() ?? false;