errorWidget method

Widget errorWidget(
  1. Object ex
)

Widget to show exception

Implementation

Widget errorWidget(Object ex) => ErrorWidget(ex);