DatePickerUnit.yd constructor

const DatePickerUnit.yd({
  1. String? year = ' Y',
  2. String? month = ' M',
  3. String? day = ' D',
})

Implementation

const DatePickerUnit.yd(
    {this.year = ' Y', this.month = ' M', this.day = ' D'});