height property

int height

The height of the image in pixels.

Implementation

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