FastCalendar constructor
const
FastCalendar({})
use this widget to get a calendar
example:
FastCalendar(),
Implementation
const FastCalendar({
super.key,
this.firstDate,
this.lastDate,
this.initialFocusDate,
this.rangeMode = false,
this.maxHeight = 400,
this.maxWidth = 400,
this.locale,
this.decoration,
this.initialSelectedFirstDate,
this.initialSelectedLastDate,
this.onRangeSelected,
});