setEnd property

void setEnd=(dynamic end)

Implementation

set setEnd(end) {
  if (_end == end) return;
  _end = end;
  markNeedsPaint();
}