UpdateVersionDialog constructor
UpdateVersionDialog({
- String? title,
- String? content,
- bool? mandatory,
- String? updateButtonText,
- String? cancelButtonText,
- ButtonStyle? updateButtonStyle,
- TextStyle? updateTextStyle,
- AppVersionResult? appVersionResult,
- Color? backgroundColor,
- ButtonStyle? cancelButtonStyle,
- TextStyle? cancelTextStyle,
- TextStyle? contentTextStyle,
- TextStyle? titleTextStyle,
- Key? key,
Implementation
UpdateVersionDialog(
{this.title,
this.content,
this.mandatory,
this.updateButtonText,
this.cancelButtonText,
this.updateButtonStyle,
this.updateTextStyle,
this.appVersionResult,
this.backgroundColor,
this.cancelButtonStyle,
this.cancelTextStyle,
this.contentTextStyle,
this.titleTextStyle,
Key? key})
: super(key: key);