setSelectionEnd method
Sets the end date of the selection.
Implementation
void setSelectionEnd(DateTime? date) {
selectionEnd = date;
notifyListeners();
}
Sets the end date of the selection.
void setSelectionEnd(DateTime? date) {
selectionEnd = date;
notifyListeners();
}