SmartDropDown constructor
- {Key key,
- FieldModel field,
- FocusNode focus,
- TextEditingController controller,
- FocusNode nextFocus}
Implementation
const SmartDropDown({
Key key,
this.field,
this.focus,
this.controller,
this.nextFocus,
}) : super(key: key);