controller property
Controls the text being edited.
If null, this widget will create its own TextEditingController and initialize its TextEditingController.text with initialValue. The value need to be a DateTime String or null
Implementation
final TextEditingController? controller;