UpdateView constructor

const UpdateView({
  1. required UpdateResult result,
  2. VoidCallback? onExit,
  3. Key? key,
})

Implementation

const UpdateView({
  required this.result,
  this.onExit,
  super.key,
});