flutter_simple_customize_calendar library

Typedefs

DayContainer = Widget Function(DateTime showDate, DateTime targetMonthDate, bool disable, dynamic onPressed(DateTime))
HeaderContainer = Widget Function(DateTime? targetDate, bool prevDisable, bool nextDisable, DateTime? _currentMonth, dynamic onLeftPressed(), dynamic onRightPressed())
WeekdayContainer = Widget Function(String weekdayStr)