addLatestPoints method

void addLatestPoints(
  1. Offset newValue
)

Implementation

void addLatestPoints(Offset newValue) {
  _state.points.add(newValue);
  notifyListeners();
}