WidgetRowPluginManager constructor
WidgetRowPluginManager({
- List<
AttachableWidgetPlugin< plugins = const [],Widget> > - Key? key,
- CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start,
- MainAxisSize mainAxisSize = MainAxisSize.max,
- double spacing = 0.0,
- TextDirection? textDirection,
- VerticalDirection verticalDirection = VerticalDirection.down,
Implementation
WidgetRowPluginManager({
super.plugins,
this.key,
this.crossAxisAlignment = CrossAxisAlignment.center,
this.mainAxisAlignment = MainAxisAlignment.start,
this.mainAxisSize = MainAxisSize.max,
this.spacing = 0.0,
this.textDirection,
this.verticalDirection = VerticalDirection.down,
});