KoreStreamBuilder<T> constructor
const
KoreStreamBuilder<T> ({
- Key? key,
- Stream<
T> ? stream, - T? initialData()?,
- required Widget builder(),
- StateStream<
T> ? streamWrap,
Implementation
const KoreStreamBuilder(
{super.key,
this.stream,
this.initialData,
required this.builder,
this.streamWrap});