menu
coastline package
documentation
ui/multi_widget.dart
MultiWidget<T extends Widget>
flow method
flow method
dark_mode
light_mode
flow
method
Flow
flow
(
FlowDelegate
delegate
)
流展示 >>>
Implementation
Flow flow(FlowDelegate delegate) { return Flow( delegate: delegate, children: this, ); }
coastline package
documentation
ui/multi_widget
MultiWidget<T extends Widget>
flow method
MultiWidget extension on
List
<
T
>