cacheBackgroundGraphics property

bool? cacheBackgroundGraphics

Implementation

bool? get cacheBackgroundGraphics => _cacheBackgroundGraphics;
void cacheBackgroundGraphics=(bool? val)

Implementation

set cacheBackgroundGraphics(bool? val) => _cacheBackgroundGraphics = val;