setSelectionStart method
Sets the start date of the selection.
Implementation
void setSelectionStart(DateTime? date) {
selectionStart = date;
notifyListeners();
}
Sets the start date of the selection.
void setSelectionStart(DateTime? date) {
selectionStart = date;
notifyListeners();
}