mediator/host library

Classes

Host
Class Host handles the registration of widget aspects. And rebuild widgets with aspects when updating.
InheritedMediator
The InheritedModel subclass that is rebuilt by _HostState. The aspect type is always Object.
InheritedMediatorElement
An Element that uses a InheritedMediator as its configuration. Aspect type is always Object.

Properties

globalAllAspects HashSet<Object>
Return all the aspects that has been registered to the Global Mode.
no setter
globalFrameAspects HashSet<Object>
Return the updated aspects of the Global Mode.
no setter
globalPublish PublishFn
no setter

Typedefs

PublishFn = void Function([Object aspects])
Global area