atomes/atomes_module library

Classes

DSSButton
A customizable button widget that uses the Septeo design system.
MarkdownWithHighlight
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)