atom property

Atom<S> atom
final

The atom that the BuilderBase will interact with. If omitted, BuilderBase will automatically perform a lookup using the current BuildContext.

Implementation

final Atom<S> atom;