UpgradeAvailableButton constructor
- Key? key,
- required Release scheduled,
- ReleaseDownload? download,
- void onClose()?,
Implementation
const UpgradeAvailableButton({
super.key,
required this.scheduled,
this.download,
this.onClose,
});
const UpgradeAvailableButton({
super.key,
required this.scheduled,
this.download,
this.onClose,
});