DateTimePickerUnit.yd constructor
const
DateTimePickerUnit.yd({
- DateTimePickerUnitBuilder? builder,
- String? year = 'Y',
- String? month = 'M',
- String? day = 'D',
Implementation
const DateTimePickerUnit.yd({
this.builder,
this.year = 'Y',
this.month = 'M',
this.day = 'D',
}) : hour = null,
minute = null,
second = null;