checkerboardOffscreenLayers property
bool?
get
checkerboardOffscreenLayers
Checkerboard layers rendered offscreen bitmaps.
Implementation
static bool? get checkerboardOffscreenLayers =>
_appState?.checkerboardOffscreenLayers;
set
checkerboardOffscreenLayers
(bool? v)
Implementation
static set checkerboardOffscreenLayers(bool? v) {
if (v != null) {
_appState?.checkerboardOffscreenLayers = v;
}
}