FlDateRangePicker constructor
const
FlDateRangePicker({})
Implementation
const FlDateRangePicker({
Key? key,
this.initialStartDate,
this.initialEndDate,
this.startEndDateChange,
this.minimumDate,
required this.textSelectDate,
required this.textSelectEndDate,
this.maximumDate,
}) : super(key: key);