Flow.across constructor

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

Creates a Row

Implementation

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