onShowPerformanceOverlay method
Returns 'Show Performance Overlay' boolean indicator if any.
Implementation
bool? onShowPerformanceOverlay() =>
// ignore: avoid_bool_literals_in_conditional_expressions
inShowPerformanceOverlay != null ? inShowPerformanceOverlay!() : false;