ErrorPage constructor

const ErrorPage({
  1. Key? key,
  2. required AppAttributes appAttributes,
  3. required Footer footer,
})

Implementation

const ErrorPage(
    {super.key, required this.appAttributes, required this.footer});