NikuWrap constructor

NikuWrap(
  1. List<Widget> chidren, {
  2. Key? key,
  3. Axis? direction,
  4. WrapAlignment? alignment,
  5. double? spacing,
  6. WrapAlignment? runAlignment,
  7. double? runSpacing,
  8. WrapCrossAlignment? crossAxisAlignment,
  9. TextDirection? textDirection,
  10. VerticalDirection? verticalDirection,
  11. Clip? clipBehavior,
})

Implementation

NikuWrap(
  this.chidren, {
  Key? key,
  this.direction,
  this.alignment,
  this.spacing,
  this.runAlignment,
  this.runSpacing,
  this.crossAxisAlignment,
  this.textDirection,
  this.verticalDirection,
  this.clipBehavior,
}) : super(key: key);