selectDate method
Programmatically selects a single date.
Implementation
void selectDate(DateTime date) {
_monthlyProvider?.selectDate(date);
_weeklyProvider?.toggleUserPicked(date);
_horizontalProvider?.setSelectedDay(date);
}
Programmatically selects a single date.
void selectDate(DateTime date) {
_monthlyProvider?.selectDate(date);
_weeklyProvider?.toggleUserPicked(date);
_horizontalProvider?.setSelectedDay(date);
}