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