UpdateDialogWidget constructor
const
UpdateDialogWidget({
- Key? key,
- required DesktopUpdaterController controller,
- Color? backgroundColor,
- Color? iconColor,
- Color? shadowColor,
- Color? textColor,
- Color? buttonTextColor,
- Color? buttonIconColor,
- MandatoryReadyToInstallBehavior mandatoryReadyToInstallBehavior = MandatoryReadyToInstallBehavior.promptToSaveFirst,
Creates an update dialog widget.
Implementation
const UpdateDialogWidget({
super.key,
required DesktopUpdaterController controller,
this.backgroundColor,
this.iconColor,
this.shadowColor,
this.textColor,
this.buttonTextColor,
this.buttonIconColor,
this.mandatoryReadyToInstallBehavior =
MandatoryReadyToInstallBehavior.promptToSaveFirst,
}) : notifier = controller;