AppError constructor

AppError(
  1. Object exception, {
  2. Key? key,
})

Supply an Exception object from the startup error.

Implementation

AppError(Object exception, {Key? key})
    : super(home: _AppError(exception, key: key));