setStart method

void setStart(
  1. Offset? offset
)

Implementation

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