sizeBytes property

int sizeBytes
override

The size of raw image pixels in bytes.

Implementation

int get sizeBytes => width! * height! * 4;