DatePickerDialog constructor

DatePickerDialog({int startYear, int endYear, Color color, Language language, bool barrierDismissible, NepaliDatePickerCallBack onPicked })

Implementation

DatePickerDialog(
    {this.startYear,
      this.endYear,
      this.color,
      this.language,
      this.barrierDismissible,
      this.onPicked});