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