PaywallLayout constructor
const
PaywallLayout({
- Key? key,
- bool primary = true,
- bool decoration = true,
- bool safeArea = false,
- bool? selected,
- PaywallScaler? scaler,
- PaywallStyle? style,
- TextDirection? textDirection,
- bool useDefaultTextDirection = true,
- required List<
Widget> children,
Implementation
const PaywallLayout({
super.key,
this.primary = true,
this.decoration = true,
this.safeArea = false,
this.selected,
this.scaler,
this.style,
this.textDirection,
this.useDefaultTextDirection = true,
required this.children,
});