XWrap constructor
- {Axis direction,
- WrapAlignment alignment,
- double spacing,
- WrapAlignment runAlignment,
- double runSpacing,
- WrapCrossAlignment crossAxisAlignment,
- TextDirection textDirection,
- VerticalDirection verticalDirection,
- Key key}
Implementation
XWrap(
{this.direction,
this.alignment,
this.spacing,
this.runAlignment,
this.runSpacing,
this.crossAxisAlignment,
this.textDirection,
this.verticalDirection,
this.key});