displaySizeInBytes property
The number of bytes needed to render the image without scaling it.
Implementation
int get displaySizeInBytes => _sizeToBytes(displaySize);
The number of bytes needed to render the image without scaling it.
int get displaySizeInBytes => _sizeToBytes(displaySize);