ui/builders/store.builder library

Classes

FastStorePlanBuilder
A widget that builds itself based on the latest snapshot. This widget will return a child widget that corresponds to the current state of the FastStoreBloc.

Typedefs

FastStorePlanBuilderCondition = bool Function(FastStoreBlocState context, FastStoreBlocState state)
A callback used to determine if the FastStorePlanBuilder should rebuild.