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