decodedSizeInBytes property Null safety
The number of bytes used by the image in memory.
Implementation
int get decodedSizeInBytes => _sizeToBytes(imageSize);
The number of bytes used by the image in memory.
int get decodedSizeInBytes => _sizeToBytes(imageSize);