core library
The package's basic form fields.
These fields are typically used as the building block for more specific form field widgets.
Classes
- BasicTextField
- A basic text form field that can be made required and/or have its input data trimmed.
- WellFormed
- A convenient well-formed form widget!
Typedefs
- ToForm = Widget Function(BuildContext)
- Something that retrieves a form container.
- ToReset = Widget Function(VoidCallback )
- Something that retrieves the reset widget.
- ToSubmit = Widget Function(VoidCallback )
- Something that retrieves the submission widget.