onShowPerformanceOverlay method

bool onShowPerformanceOverlay()

Returns 'Show Performance Overlay' boolean indicator if any.

Implementation

bool onShowPerformanceOverlay() =>
    // ignore: avoid_bool_literals_in_conditional_expressions
    inShowPerformanceOverlay != null ? inShowPerformanceOverlay!() : false;