stream property

Stream<T>? stream
final

If provided, this is the stream the widget listens to.

Implementation

final Stream<T>? stream;