CalendarFlutterAj constructor
const
CalendarFlutterAj({
- Key? key,
- required void selectedDate(),
- Widget? backArrow,
- Gradient? calenderGradient,
- Color? calenderSelectedDateBackgroundcolor,
- Color? calenderSelectedDateColor,
- double? calenderSelectedDateFontSize,
- BorderRadius? calenderSelectedDateBorderRadius,
- TextStyle? dayTextStyle,
- Widget? forwardArrow,
- Gradient? monthGradient,
- TextStyle? monthTextStyle,
- TextStyle? weekdaysTextStyle,
- Gradient? yearGradient,
- TextStyle? yearTextStyle,
- Color? calenderBackgroundColor,
- Color? monthBackgroundColor,
- Color? yearBackgroundColor,
- Color? calenderUnSelectedDatesColor,
- String? yearPopHeadingText,
- TextStyle? yearPopHeadingTextStyle,
- TextStyle? yearsListTextStyle,
- String? monthPopHeadingText,
- TextStyle? monthPopHeadingTextStyle,
- TextStyle? monthsListTextStyle,
- bool? showCalenderGradient = false,
- bool? showMonthGradient = false,
- bool? showYearGradient = false,
- bool? showCalenderSelectedDateBackgroundcolor = false,
- Color? dividerColor,
- Color? selectedDayColor,
- Widget? selectedDayWidget,
Implementation
const CalendarFlutterAj({
super.key,
required this.selectedDate,
this.backArrow,
this.calenderGradient,
this.calenderSelectedDateBackgroundcolor,
this.calenderSelectedDateColor,
this.calenderSelectedDateFontSize,
this.calenderSelectedDateBorderRadius,
this.dayTextStyle,
this.forwardArrow,
this.monthGradient,
this.monthTextStyle,
this.weekdaysTextStyle,
this.yearGradient,
this.yearTextStyle,
this.calenderBackgroundColor,
this.monthBackgroundColor,
this.yearBackgroundColor,
this.calenderUnSelectedDatesColor,
this.yearPopHeadingText,
this.yearPopHeadingTextStyle,
this.yearsListTextStyle,
this.monthPopHeadingText,
this.monthPopHeadingTextStyle,
this.monthsListTextStyle,
this.showCalenderGradient = false,
this.showMonthGradient = false,
this.showYearGradient = false,
this.showCalenderSelectedDateBackgroundcolor = false,
this.dividerColor,
this.selectedDayColor,
this.selectedDayWidget,
});