pointWidth property

double pointWidth

Returns the width of image in resolution independent points.

Implementation

double get pointWidth => width / (devicePixelRatio ?? 1.0);