ErrorDisplay constructor

const ErrorDisplay({
  1. Key? key,
  2. required Exception exception,
})

Implementation

const ErrorDisplay({Key? key, required this.exception}) : super(key: key);