form_control/form_control library

Classes

FormControl<T, V>
A single reactive form control.

Typedefs

TextControl = FormControl<TextEditingValue, String>
A type alias for a text-based FormControl.