HStreamBuilder<T> typedef

HStreamBuilder<T> = Widget Function(BuildContext context, T newElement)

Implementation

typedef HStreamBuilder<T> = Widget Function(BuildContext context, T newElement);