DatePickerUnit.md constructor

const DatePickerUnit.md({
  1. String? month = ' M',
  2. String? day = ' D',
})

Implementation

const DatePickerUnit.md({
  this.month = ' M',
  this.day = ' D',
}) : year = null;