rowStride property

int rowStride

The length in bytes of a row of pixels in the image buffer.

Implementation

int get rowStride => data?.rowStride ?? 0;