DOBField constructor

const DOBField({
  1. Key? key,
  2. TextEditingController? controller,
  3. String? label,
})

Implementation

const DOBField({super.key, this.controller, this.label});