build method

Widget build(
  1. BuildContext context, {
  2. bool loading = false,
})

Renders the 'normal' view of the page

Returns an empty Scaffold by default.

Implementation

Widget build(BuildContext context, {bool loading = false}) => Scaffold();