form_control/form_control library

Classes

ControlValue<T>
FormControl<T>
A single reactive form control.
FormControlOptions
Configuration options for a FormControl.

Typedefs

FromRawFunction<T> = T Function(Object? raw)
ToRawFunction<T> = Object? Function(T value)