DateTimePickerUnit.all constructor

const DateTimePickerUnit.all({
  1. String? year = 'Y',
  2. String? month = 'M',
  3. String? day = 'D',
  4. String? hour = 'H',
  5. String? minute = 'M',
  6. String? second = 'S',
})

Implementation

const DateTimePickerUnit.all(
    {this.year = 'Y',
    this.month = 'M',
    this.day = 'D',
    this.hour = 'H',
    this.minute = 'M',
    this.second = 'S'});