DatePicker constructor

DatePicker({
  1. Key? key,
  2. String? hint,
  3. bool? showHint,
})

Implementation

DatePicker({
  Key? key,
  String? hint,
  bool? showHint,
})  : _hint = hint ?? '',
      super(key: key);