onShowPerformanceOverlay method

bool onShowPerformanceOverlay()

Implementation

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