menu
mini_calendar package
documentation
model/date_day.dart
DateDay
inMonth method
inMonth method
dark_mode
light_mode
inMonth
method
bool
inMonth
(
DateMonth
month
)
Implementation
bool inMonth(DateMonth month) => year == month.year && this.month == month.month;
mini_calendar package
documentation
model/date_day
DateDay
inMonth method
DateDay class