ErrorPage constructor
- Key? key,
- required AppAttributes appAttributes,
Implementation
const ErrorPage({
super.key,
required this.appAttributes,
required this.footer,
});
const ErrorPage({
super.key,
required this.appAttributes,
required this.footer,
});