FXCustomCalendar constructor
const
FXCustomCalendar({})
Implementation
const FXCustomCalendar({
Key? key,
required this.selectedDate,
this.selectedColor,
this.rangeSelectedColor,
this.confirmText,
}) : super(key: key);