StreamComponentBuilder<T> typedef
StreamComponentBuilder<T> =
Widget Function(BuildContext context, T props)
A function type that builds a widget from a BuildContext and typed props.
Used by StreamComponentBuilders to define custom component builders.
Implementation
typedef StreamComponentBuilder<T> = Widget Function(BuildContext context, T props);