height property

int get height

The height of the image in pixels.

Implementation

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