AppErrorWidget constructor
const
AppErrorWidget({
- required FlutterErrorDetails e,
- Key? key,
AppErrorWidget 错误组件
Implementation
const AppErrorWidget({required this.e, super.key});