menu
flutter_calendar_collection package
documentation
pickers/range_picker.dart
DateRangePicker
DateRangePicker.new const constructor
DateRangePicker.new const constructor
dark_mode
light_mode
DateRangePicker
constructor
const
DateRangePicker
(
{
Key
?
key
,
DateRange
?
initialRange
,
DateTime
?
minDate
,
DateTime
?
maxDate
,
})
Implementation
const DateRangePicker({ super.key, this.initialRange, this.minDate, this.maxDate, });
flutter_calendar_collection package
documentation
pickers/range_picker
DateRangePicker
DateRangePicker.new const constructor
DateRangePicker class