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