cacheRawData property
Whether cache raw data if you need to get raw data directly.
For example, we need raw image data to edit,
but ui.Image.toByteData()
is very slow. So we cache the image
data here.
Implementation
@override
final bool cacheRawData;