UpdateView constructor
const
UpdateView({
- required UpdateResult result,
- VoidCallback? onExit,
- Key? key,
Implementation
const UpdateView({
required this.result,
this.onExit,
super.key,
});