rowStride property
int
get
rowStride
The length in bytes of a row of pixels in the image buffer.
Implementation
int get rowStride => data?.rowStride ?? 0;
The length in bytes of a row of pixels in the image buffer.
int get rowStride => data?.rowStride ?? 0;