UpdateVersionDialog constructor
      
      UpdateVersionDialog({ 
    
    
- String? title,
- String? content,
- bool mandatory = false,
- bool updated = false,
- 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 = false,
  this.updated = false,
  this.updateButtonText,
  this.cancelButtonText,
  this.updateButtonStyle,
  this.updateTextStyle,
  this.appVersionResult,
  this.backgroundColor,
  this.cancelButtonStyle,
  this.cancelTextStyle,
  this.contentTextStyle,
  this.titleTextStyle,
  super.key,
});