ErrorPage constructor

const ErrorPage({
  1. String title = 'Error',
  2. required String message,
  3. Key? key,
})

Implementation

const ErrorPage({this.title = 'Error', required this.message, super.key});