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