Widget build(Widget child) { return SingleChildScrollView( child: Screenshot( controller: _screenshotController, child: child, ), ); }