DateTimePickerUnit.hm constructor

const DateTimePickerUnit.hm({
  1. String? hour = 'H',
  2. String? minute = 'M',
  3. String? second = 'S',
})

Implementation

const DateTimePickerUnit.hm(
    {this.hour = 'H', this.minute = 'M', this.second = 'S'})
    : year = null,
      month = null,
      day = null;