width property

int get width

The width of the image in pixels.

Implementation

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