menu
mini_calendar package
documentation
model/month_option.dart
MonthOption<T>
setCurrentMonth method
setCurrentMonth method
dark_mode
light_mode
setCurrentMonth
method
void
setCurrentMonth
(
DateMonth
?
value
)
Implementation
void setCurrentMonth(DateMonth? value) => _currentMonth = value;
mini_calendar package
documentation
model/month_option
MonthOption<T>
setCurrentMonth method
MonthOption class