CalendarView.range constructor
CalendarView.range({})
选择时间-时间范围选择
Implementation
CalendarView.range(
{Key? key,
this.displayMode = DisplayMode.month,
this.weekNames,
this.showControllerBar = true,
this.initStartSelectedDate,
this.initEndSelectedDate,
this.initDisplayDate,
required this.rangeDateChange,
this.minDate,
this.maxDate})
: this.selectMode = SelectMode.range,
this.dateChange = null,
super(key: key);