PointF.fromValue constructor

PointF.fromValue(
  1. num x,
  2. num y
)

Implementation

PointF.fromValue(this.x, this.y);