CustomDateRangePicker constructor
const
CustomDateRangePicker({})
Implementation
const CustomDateRangePicker({
Key? key,
this.initialStartDate,
this.initialEndDate,
required this.onApplyClick,
this.barrierDismissible = true,
required this.minimumDate,
required this.maximumDate,
required this.onCancelClick,
}) : super(key: key);