FlowUiStateBuilder<T, F> constructor
const
FlowUiStateBuilder<T, F> ({})
Implementation
const FlowUiStateBuilder({
super.key,
required this.stream,
required this.builder,
this.initialState,
this.onDone,
this.onError,
});