dataBytes property
int
get
dataBytes
Whole-entry footprint (strip blob + content record) - what the cache budget counts, since shape entries are tiny and numerous (the strip data, not the alpha texels, dominates).
Implementation
int get dataBytes => data.lengthInBytes + content.lengthInBytes;