UpgradePopupView constructor

const UpgradePopupView(
  1. Release release, {
  2. Key? key,
  3. bool critical = false,
})

Implementation

const UpgradePopupView(this.release, {super.key, this.critical = false});