WidgetStackPluginManager class
- Inheritance
-
- Object
- PluginManager<
AttachableWidgetPlugin< Widget> > - WidgetPluginManager<
Widget, AttachableWidgetPlugin< Widget> > - WidgetStackPluginManager
Constructors
-
WidgetStackPluginManager({List<
AttachableWidgetPlugin< plugins = const [], Key? key, AlignmentGeometry alignment = AlignmentDirectional.topStart, TextDirection? textDirection, StackFit fit = StackFit.loose, Clip clipBehavior = Clip.hardEdge})Widget> >
Properties
- alignment → AlignmentGeometry
-
final
- build → Widget Function({required Widget child, required BuildContext context})
-
no setteroverride
- clipBehavior → Clip
-
final
- fit → StackFit
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
final
-
plugins
→ List<
AttachableWidgetPlugin< Widget> > -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textDirection → TextDirection?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
AttachableWidgetPlugin< Widget> plugin) → FutureOr<void> -
Register a plugin to the manager.
inherited
-
registerAll(
Iterable< AttachableWidgetPlugin< plugins) → FutureOr<Widget> >void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited