To implement form fields, Flutter provides us with the FormField class, which all form fields extend . This class is a simple widget, that has the following properties: initialValue : The initial value to display in the field. builder : A callback that is responsible for building the widget inside the form field.