setEnd method

void setEnd(
  1. Offset? offset
)

Implementation

void setEnd(Offset? offset) {
  _end = offset;
  notifyListeners();
}