types library

Typedefs

AtomBuilder<T> = Widget Function(BuildContext context, T value)
AtomListener<T> = void Function(T value)