ErrorPage constructor

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

Implementation

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