lengthInBytes property

int lengthInBytes

Length of pixels in bytes.

Implementation

int get lengthInBytes => pixels.length * 4;