TF-3986 Change style for alert quota

This commit is contained in:
dab246
2025-09-10 11:48:50 +07:00
committed by Dat H. Pham
parent 9a84f12690
commit 16f0eed730
10 changed files with 200 additions and 123 deletions
@@ -21,6 +21,8 @@ class SaaSAccountCapability extends CapabilityProperties {
bool get isPremiumAvailable => canUpgrade;
bool get isAlreadyHighestSubscription => isPaying && !canUpgrade;
@override
List<Object?> get props => [isPaying, canUpgrade];
}