calendarDelegate property

CalendarDelegate<DateTime> calendarDelegate
final

The calendarDelegate controls date interpretation, formatting, and navigation within the picker. By providing a custom implementation, you can support alternative calendar systems such as Nepali, Hijri, Buddhist, and more. Defaults to GregorianCalendarDelegate.

Implementation

final CalendarDelegate<DateTime> calendarDelegate;