NewUpdateDialog constructor

const NewUpdateDialog(
  1. {Key? key,
  2. bool canClose = true}
)

Implementation

const NewUpdateDialog({super.key, this.canClose = true});