PaywallDisplayOptions constructor

PaywallDisplayOptions(
  1. bool allowClosing,
  2. bool restoreControl,
  3. bool signInControl,
  4. bool useBottomOverlay,
  5. String scrollableRegionSize,
  6. bool shouldShowNamiPurchaseSuccessMessage,
  7. bool showSkusInScrollableRegion,
)

Implementation

PaywallDisplayOptions(
    this.allowClosing,
    this.restoreControl,
    this.signInControl,
    this.useBottomOverlay,
    this.scrollableRegionSize,
    this.shouldShowNamiPurchaseSuccessMessage,
    this.showSkusInScrollableRegion);