WrapParams constructor

const WrapParams({
  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. Clip? clipBehavior,
})

Implementation

const WrapParams({
  this.direction,
  this.alignment,
  this.spacing,
  this.runAlignment,
  this.runSpacing,
  this.crossAxisAlignment,
  this.textDirection,
  this.verticalDirection,
  this.clipBehavior,
});