WidgetWrapPluginManager constructor
WidgetWrapPluginManager({
- List<
AttachableWidgetPlugin< plugins = const [],Widget> > - 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,
Implementation
WidgetWrapPluginManager({
super.plugins,
this.key,
this.alignment = AlignmentDirectional.topStart,
this.alignmentWrap = WrapAlignment.start,
this.clipBehavior = Clip.none,
this.crossAxisAlignment = WrapCrossAlignment.start,
this.direction = Axis.horizontal,
this.runAlignment = WrapAlignment.start,
this.runSpacing = 0.0,
this.spacing = 0.0,
this.textDirection,
this.verticalDirection = VerticalDirection.down,
});