menu
arcane package
documentation
component/layout/flow.dart
Flow
Flow.row const constructor
Flow.row const constructor
dark_mode
light_mode
Flow.row
constructor
const
Flow.row
(
Iterable
<
Widget
>
children
, {
Key
?
key
,
FlowType
type
=
FlowType.row
,
})
Creates a Row
Implementation
const Flow.row( this.children, { super.key, this.type = FlowType.row, });
arcane package
documentation
component/layout/flow
Flow
Flow.row const constructor
Flow class