UpdateVersionDialog constructor
UpdateVersionDialog({
- String? title,
- String? content,
- String? updateButtonText,
- String? cancelButtonText,
- ButtonStyle? updateButtonStyle,
- TextStyle? updateTextStyle,
- AppVersionResult? appVersionResult,
- Color? backgroundColor,
- ButtonStyle? cancelButtonStyle,
- TextStyle? cancelTextStyle,
- TextStyle? contentTextStyle,
- TextStyle? titleTextStyle = const TextStyle(fontSize: 18.0, fontWeight: FontWeight.w700),
- Key? key,
Implementation
UpdateVersionDialog(
{this.title,
this.content,
this.updateButtonText,
this.cancelButtonText,
this.updateButtonStyle,
this.updateTextStyle,
this.appVersionResult,
this.backgroundColor,
this.cancelButtonStyle,
this.cancelTextStyle,
this.contentTextStyle,
this.titleTextStyle =
const TextStyle(fontSize: 18.0, fontWeight: FontWeight.w700),
Key? key})
: super(key: key);