FlexibleWrap constructor
const
FlexibleWrap({})
Creates a FlexibleWrap widget.
The isOneRowExpanded argument determines whether a single row of children
can expand to fill the available space. The other parameters control the
layout and alignment properties of the wrap.
Implementation
const FlexibleWrap(
{super.key,
required super.children,
this.textDirection,
this.spacing = 0.0,
this.runSpacing = 0.0,
this.isOneRowExpanded = false});