WidgetStackPluginManager class

Inheritance

Constructors

WidgetStackPluginManager({List<AttachableWidgetPlugin<Widget>> plugins = const [], Key? key, AlignmentGeometry alignment = AlignmentDirectional.topStart, TextDirection? textDirection, StackFit fit = StackFit.loose, Clip clipBehavior = Clip.hardEdge})

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<Widget>> plugins) FutureOr<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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