ErrorScreen constructor

const ErrorScreen({
  1. Key? key,
})

Implementation

const ErrorScreen({Key? key}) : super(key: key);