cacheAsBitmap property

bool cacheAsBitmap

Implementation

bool get cacheAsBitmap => _cacheAsBitmap;
void cacheAsBitmap=(bool value)

Implementation

set cacheAsBitmap(bool value) {
  if (value) _refreshPending |= 2;
  _cacheAsBitmap = value;
}