buildError method

Widget buildError(
  1. BuildContext context
)

Renders the 'error' view of the page

Returns an empty Scaffold by default.

Implementation

Widget buildError(BuildContext context) => Scaffold();