We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffa8eb commit 83acd9cCopy full SHA for 83acd9c
lib/api/model/model.dart
@@ -465,6 +465,7 @@ class Subscription extends ZulipStream {
465
class StreamColorSwatch extends ColorSwatch<_StreamColorVariant> {
466
StreamColorSwatch(int base) : super(base, _compute(base));
467
468
+ /// The [Subscription.color] int that the swatch is based on.
469
Color get base => this[_StreamColorVariant.base]!;
470
471
Color get unreadCountBadgeBackground => this[_StreamColorVariant.unreadCountBadgeBackground]!;
0 commit comments