DatePickerUnit.ym constructor

const DatePickerUnit.ym({
  1. String? year = ' Y',
  2. String? month = ' M',
})

Implementation

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