WrapViewOptions constructor
- Axis? direction,
- double? spacing,
- WrapAlignment? wrapAlignment,
- double? runSpacing,
- Clip? clipBehavior,
Implementation
WrapViewOptions({
this.direction,
this.spacing,
this.wrapAlignment,
this.runSpacing,
this.clipBehavior,
});