showPerformanceOverlay property
Implementation
@Deprecated('Should not be an exposed property')
bool get showPerformanceOverlay =>
_showPerformanceOverlay ?? onShowPerformanceOverlay() ?? false;
- @Deprecated('Should not be a readily available capability')
inherited
Implementation
@Deprecated('Should not be a readily available capability')
set showPerformanceOverlay(bool? debug) {
if (debug != null) {
_showPerformanceOverlay = debug;
}
}