Flow.row constructor

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

Creates a Row

Implementation

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