pointHeight property

double get pointHeight

Returns the height of image in resolution independent points.

Implementation

double get pointHeight => height / (devicePixelRatio ?? 1.0);