atomes/forms/forms_module library

Classes

OptionSwitch
A switch with a label.
RadioSelector<T extends Enum>
A radio selector widget that allows the user to select a value from a list of enum values.
TextDynamicInput<T>
A text input widget that allows to input text.

Properties

parsers Map<Type, Parser>
final

Typedefs

Parser<T> = T Function(String value)