stream property
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;
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.
final Stream<void> stream;