checkerboardOffscreenLayers property

  1. @Deprecated('Should not be an exposed property')
bool get checkerboardOffscreenLayers
inherited

Implementation

@Deprecated('Should not be an exposed property')
bool get checkerboardOffscreenLayers =>
    _checkerboardOffscreenLayers ?? onCheckerboardOffscreenLayers() ?? false;
  1. @Deprecated('Should not be a readily available capability')
set checkerboardOffscreenLayers (bool? debug)
inherited

Implementation

@Deprecated('Should not be a readily available capability')
set checkerboardOffscreenLayers(bool? debug) {
  if (debug != null) {
    _checkerboardOffscreenLayers = debug;
  }
}