checkerboardOffscreenLayers property
Checkerboard layers rendered offscreen bitmaps.
Implementation
@Deprecated('Should not be an exposed property')
bool? get checkerboardOffscreenLayers =>
appState?.checkerboardOffscreenLayers;
- @Deprecated('Should not be a readily available capability')
Implementation
@Deprecated('Should not be a readily available capability')
set checkerboardOffscreenLayers(bool? v) {
if (v != null) {
appState?.checkerboardOffscreenLayers = v;
}
}