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