SmartDatepicker constructor
- {Key key,
- FieldModel field,
- FocusNode focus,
- TextEditingController controller,
- FocusNode nextFocus,
- DateFormat format,
- DateTypes type}
Implementation
const SmartDatepicker(
{Key key,
this.field,
this.focus,
this.controller,
this.nextFocus,
this.format,
this.type})
: super(key: key);