WidgetTreePluginManager<W extends Widget> class

Inheritance

Constructors

WidgetTreePluginManager({List<AttachableWidgetPlugin<W>> plugins = const []})

Properties

build → W Function({required W child, required BuildContext context})
Build a widget tree with all registered plugins, passing each previous child as input to the next plugin.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
plugins List<AttachableWidgetPlugin<W>>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(AttachableWidgetPlugin<W> plugin) FutureOr<void>
Register a plugin to the manager.
inherited
registerAll(Iterable<AttachableWidgetPlugin<W>> plugins) FutureOr<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited