FlowBuilder<T> constructor
const
FlowBuilder<T> ({})
Implementation
const FlowBuilder({
super.key,
required this.flow,
required this.builder,
this.onErrorBuilder,
this.onLoadingBuilder,
this.onNoDataBuilder,
});