CalendarWidget constructor
const
CalendarWidget({
- Key? key,
- required DateTime initalDateTime,
- EdgeInsets? headerMargins,
- DateTime? selectedDate,
- EdgeInsets? weekDaysMargin,
- EdgeInsets? calendarContainerMargin,
- DateTime? startLimit,
- DateTime? endLimit,
- dynamic onTap()?,
- CircularDecorator? monthYearOverlayValueDecorator,
- CalendarDecorator? calendarDecorator,
- bool showCurrentDay = true,
Implementation
const CalendarWidget({
Key? key,
required this.initalDateTime,
this.headerMargins,
this.selectedDate,
this.weekDaysMargin,
this.calendarContainerMargin,
this.startLimit,
this.endLimit,
this.onTap,
this.monthYearOverlayValueDecorator,
this.calendarDecorator,
this.showCurrentDay = true,
}) : super(key: key);