Flow.wrap constructor

const Flow.wrap(
  1. Iterable<Widget> children, {
  2. Key? key,
  3. FlowType type = FlowType.wrap,
})

Creates a Wrap

Implementation

const Flow.wrap(
  this.children, {
  super.key,
  this.type = FlowType.wrap,
});