ErrorScreen constructor

const ErrorScreen({
  1. Key? key,
  2. required Object error,
  3. String? description,
})

Implementation

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