width property

int width

The width of the image in pixels.

Implementation

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