DateTimePickerUnit.yh constructor
const
DateTimePickerUnit.yh({
- DateTimePickerUnitBuilder? builder,
- String? year = 'Y',
- String? month = 'M',
- String? day = 'D',
- 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;