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