pointHeight property
double
get
pointHeight
Returns the height of image in resolution independent points.
Implementation
double get pointHeight => height / (devicePixelRatio ?? 1.0);
Returns the height of image in resolution independent points.
double get pointHeight => height / (devicePixelRatio ?? 1.0);