Error404Screen constructor
const
Error404Screen({
- Key? key,
- required VoidCallback gotoHome,
Implementation
const Error404Screen({
super.key,
required this.gotoHome,
});