Signature for a function that creates a widget for a value emitted from a Stream
typedef Widget StreamItemBuilder<T>(BuildContext, T);