DateTimePickerUnit.yh constructor

const DateTimePickerUnit.yh({
  1. DateTimePickerUnitBuilder? builder,
  2. String? year = 'Y',
  3. String? month = 'M',
  4. String? day = 'D',
  5. String? hour = 'H',
})

Implementation

const DateTimePickerUnit.yh({
  this.builder,
  this.year = 'Y',
  this.month = 'M',
  this.day = 'D',
  this.hour = 'H',
})  : minute = null,
      second = null;