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