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