UpgradeAlert constructor
const
UpgradeAlert({
- Key? key,
- Widget? child,
- UpgradeDialogStyle? dialogStyle,
- bool showLater = true,
- bool showIgnore = true,
- String? title,
- String? updateButtonText,
- String? laterButtonText,
- String? ignoreButtonText,
- VoidCallback? onUpdate,
Creates a new UpgradeAlert wrapper.
Implementation
const UpgradeAlert({
super.key,
this.child,
this.dialogStyle,
this.showLater = true,
this.showIgnore = true,
this.title,
this.updateButtonText,
this.laterButtonText,
this.ignoreButtonText,
this.onUpdate,
});