pointWidth property

double get pointWidth

Returns the width of image in resolution independent points.

Implementation

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