WidgetTreePluginManager<W extends Widget> class
- Inheritance
-
- Object
- PluginManager<
AttachableWidgetPlugin< W> > - WidgetPluginManager<
W, AttachableWidgetPlugin< W> > - WidgetTreePluginManager
Constructors
-
WidgetTreePluginManager({List<
AttachableWidgetPlugin< plugins = const []})W> >
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< plugins) → FutureOr<W> >void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited