MyErrorWidget constructor

const MyErrorWidget({
  1. Key? key,
  2. required AppException exception,
})

Implementation

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