AppErrorWidget constructor

const AppErrorWidget({
  1. required FlutterErrorDetails e,
  2. Key? key,
})

AppErrorWidget 错误组件

Implementation

const AppErrorWidget({required this.e, super.key});