flow method

Flow flow(
  1. FlowDelegate delegate
)

流展示 >>>

Implementation

Flow flow(FlowDelegate delegate) {
  return Flow(
    delegate: delegate,
    children: this,
  );
}