LitCalendarNavigation constructor
const
LitCalendarNavigation({})
Implementation
const LitCalendarNavigation({
Key? key,
required this.decreaseByMonth,
required this.increaseByMonth,
required this.onMonthLabelPress,
required this.onYearLabelPress,
required this.yearLabel,
required this.monthLabel,
}) : super(key: key);