Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Reuben Turner <[email protected]>
  • Loading branch information
Adrian-Samoticha and GroovinChip authored Aug 12, 2023
1 parent ad79ce5 commit a90c980
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,9 @@ class AccentColorListener {
/// Notifies listeners when the accent color changes.
final _accentColorStreamController = StreamController<void>.broadcast();

/// An accent color stream. Emits a new value whenever the accent color
/// changes.
/// Streams the user's system accent color selection.
///
/// Emits a new value whenever the system accent color selection changes.
Stream<void> get onChangedStream => _accentColorStreamController.stream;

/// A stream subscription for the [SystemColorObserver] stream.
Expand Down

0 comments on commit a90c980

Please sign in to comment.