JalaliTableCalendar constructor

const JalaliTableCalendar({
  1. Key? key,
  2. TextDirection direction = TextDirection.rtl,
  3. OnDaySelected? onDaySelected,
  4. MarkerBuilder? marker,
  5. Map<DateTime, List>? events,
  6. RangeDates? onRangeSelected,
  7. bool range = false,
  8. bool useOfficialHolyDays = true,
  9. List<HolyDay> customHolyDays = const [],
  10. JalaliTableCalendarOption? option,
})

Implementation

const JalaliTableCalendar({
  super.key,
  this.direction = TextDirection.rtl,
  this.onDaySelected,
  this.marker,
  this.events,
  this.onRangeSelected,
  this.range = false,
  this.useOfficialHolyDays = true,
  this.customHolyDays = const [],
  this.option,
});