WidgetWrapPluginManager class
- Inheritance
-
- Object
- PluginManager<
AttachableWidgetPlugin< Widget> > - WidgetPluginManager<
Widget, AttachableWidgetPlugin< Widget> > - WidgetWrapPluginManager
Constructors
-
WidgetWrapPluginManager({List<
AttachableWidgetPlugin< plugins = const [], Key? key, AlignmentGeometry alignment = AlignmentDirectional.topStart, WrapAlignment alignmentWrap = WrapAlignment.start, Clip clipBehavior = Clip.none, WrapCrossAlignment crossAxisAlignment = WrapCrossAlignment.start, Axis direction = Axis.horizontal, WrapAlignment runAlignment = WrapAlignment.start, double runSpacing = 0.0, double spacing = 0.0, TextDirection? textDirection, VerticalDirection verticalDirection = VerticalDirection.down})Widget> >
Properties
- alignment → AlignmentGeometry
-
final
- alignmentWrap → WrapAlignment
-
final
- build → Widget Function({required Widget child, required BuildContext context})
-
no setteroverride
- clipBehavior → Clip
-
final
- crossAxisAlignment → WrapCrossAlignment
-
final
- direction → Axis
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
final
-
plugins
→ List<
AttachableWidgetPlugin< Widget> > -
finalinherited
- runAlignment → WrapAlignment
-
final
- runSpacing → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spacing → double
-
final
- textDirection → TextDirection?
-
final
- verticalDirection → VerticalDirection
-
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