DOBPicker constructor

DOBPicker({
  1. DOBPickerController? controller,
  2. TextStyle? textStyle,
  3. Color? lineColor,
  4. bool isDateOfBirth = false,
  5. bool shortMonth = true,
  6. int yearsRange = 100,
  7. double height = 160,
  8. double itemExtent = 64,
})

Implementation

DOBPicker(
    {this.controller,
    this.textStyle,
    this.lineColor,
    this.isDateOfBirth = false,
    this.shortMonth = true,
    this.yearsRange = 100,
    this.height = 160,
    this.itemExtent = 64});