ErrorPage constructor

const ErrorPage({
  1. Key? key,
  2. required String homeRoute,
})

Implementation

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