WrapViewOptions constructor

WrapViewOptions(
  1. {Axis? direction,
  2. double? spacing,
  3. WrapAlignment? wrapAlignment,
  4. double? runSpacing,
  5. Clip? clipBehavior}
)

Implementation

WrapViewOptions({
  this.direction,
  this.spacing,
  this.wrapAlignment,
  this.runSpacing,
  this.clipBehavior,
});