XWrap constructor

XWrap(
  1. {Axis direction,
  2. WrapAlignment alignment,
  3. double spacing,
  4. WrapAlignment runAlignment,
  5. double runSpacing,
  6. WrapCrossAlignment crossAxisAlignment,
  7. TextDirection textDirection,
  8. VerticalDirection verticalDirection,
  9. Key key}
)

Implementation

XWrap(
    {this.direction,
    this.alignment,
    this.spacing,
    this.runAlignment,
    this.runSpacing,
    this.crossAxisAlignment,
    this.textDirection,
    this.verticalDirection,
    this.key});