JsonWrapBuilder constructor

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

Implementation

JsonWrapBuilder({
  this.alignment,
  this.clipBehavior,
  this.crossAxisAlignment,
  this.direction,
  this.runAlignment,
  this.runSpacing,
  this.spacing,
  this.textDirection,
  this.verticalDirection,
}) : super(numSupportedChildren: kNumSupportedChildren);