NikuWrap constructor
NikuWrap(
- List<
Widget> chidren, { - Key? key,
- Axis? direction,
- WrapAlignment? alignment,
- double? spacing,
- WrapAlignment? runAlignment,
- double? runSpacing,
- WrapCrossAlignment? crossAxisAlignment,
- TextDirection? textDirection,
- VerticalDirection? verticalDirection,
- 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);