setStart method

void setStart(
  1. Offset offset
)

Sets the starting point of a painting action and notifies listeners.

Implementation

void setStart(Offset offset) {
  _start = offset;
  notifyListeners();
}