mediator/host
library
Classes
-
Host<TModel extends Pub>
-
Class Host handles the registration of consumer widget with
aspects,
and rebuild consumer widgets with aspects when updating.
-
InheritedMediator<TModel extends Pub>
-
An InheritedModel subclass that is rebuilt by
_HostState.
TModel is the type of the model.
Aspect type always is Object.
-
InheritedMediatorElement<TModel extends Pub>
-
An Element that uses an InheritedMediator as its configuration.
TModel is the type of the model.
Aspect type always is Object.