pointHeight property

double pointHeight

Returns the height of image in resolution independent points.

Implementation

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