atomes/forms/forms_module library

Classes

OptionSwitch
RadioSelector<T extends Enum>
TextDynamicInput<T>
A text input widget that allows to input text.

Properties

parsers Map<Type, Parser>
final

Typedefs

Parser<T> = T Function(String value)