UpdateDialogWidget constructor
const
UpdateDialogWidget({})
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,
}) : notifier = controller;