startSelection method

void startSelection(
  1. Offset point
)

Implementation

void startSelection(Offset point) {
  selectionStartPoint.value = point;
  selectionEndPoint.value = point;
  updateSelectionRect();
}