StacWrap constructor
const
StacWrap({
- StacAxis? direction,
- StacWrapAlignment? alignment,
- double? spacing,
- StacWrapAlignment? runAlignment,
- double? runSpacing,
- StacWrapCrossAlignment? crossAxisAlignment,
- StacTextDirection? textDirection,
- StacVerticalDirection? verticalDirection,
- StacClip? clipBehavior,
- List<
StacWidget> ? children,
Creates a StacWrap with the given properties.
Implementation
const StacWrap({
this.direction,
this.alignment,
this.spacing,
this.runAlignment,
this.runSpacing,
this.crossAxisAlignment,
this.textDirection,
this.verticalDirection,
this.clipBehavior,
this.children,
});