sizeBytes property

int sizeBytes

The size of raw image pixels in bytes.

Implementation

int get sizeBytes => image.height * image.width * 4;