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