cacheAsBitmap property Null safety
Implementation
bool get cacheAsBitmap => _cacheAsBitmap;
Implementation
set cacheAsBitmap(bool value) {
if (value) _refreshPending |= 2;
_cacheAsBitmap = value;
}
bool get cacheAsBitmap => _cacheAsBitmap;
set cacheAsBitmap(bool value) {
if (value) _refreshPending |= 2;
_cacheAsBitmap = value;
}