CalendarControl constructor

CalendarControl({
  1. required String locale,
})

Implementation

CalendarControl({required this.locale}) {
  init();
}