UpgradePrompt constructor

const UpgradePrompt({
  1. Key? key,
  2. String? feature,
  3. bool compact = false,
  4. String? orgId,
})

Implementation

const UpgradePrompt({
  super.key,
  this.feature,
  this.compact = false,
  this.orgId,
});