DatepickerPreset constructor

DatepickerPreset(
  1. String title,
  2. DatepickerDateRange range, {
  3. String shortTitle = '',
  4. List<DatepickerPreset> alternatives = const [],
})

Create a DatepickerPreset.

Implementation

DatepickerPreset(this.title, this.range,
    {this.shortTitle = '', this.alternatives = const []});