atomes/forms/text_input library

Classes

TextDynamicInput<T>
A text input widget that allows to input text.

Properties

parsers Map<Type, Parser>
final

Typedefs

Parser<T> = T Function(String value)