points property
final
Stroke polyline points in local coordinates.
During interactive drawing, the controller may temporarily keep points in
world coordinates with transform == identity. The stroke is normalized
when the gesture finishes.
Implementation
final List<Offset> points;