Wrap constructor
const
Wrap({
- List<
Widget> children = const <Widget>[], - double spacing = 6,
- double runSpacing = 6,
- WrapAlignment alignment = WrapAlignment.start,
Wrap API.
Implementation
const Wrap({
this.children = const <Widget>[],
this.spacing = 6,
this.runSpacing = 6,
this.alignment = WrapAlignment.start,
});