PremiumFeaturePromotionAnimation constructor

PremiumFeaturePromotionAnimation({
  1. String? extra,
  2. int? client_id,
  3. PremiumFeature? feature,
  4. Animation? animation,
})

Implementation

PremiumFeaturePromotionAnimation({
  super.extra,
  super.client_id,
  this.feature,
  this.animation,
});