stream property

Stream<void> stream
final

A stream that triggers updates to the app bar.

This Stream<void> is used to listen for changes that require the app bar to rebuild, allowing for dynamic updates in response to events.

Implementation

final Stream<void> stream;