static Widget wrapWithScreenshotController({required Widget child}) { return Screenshot( controller: _screenshotController, child: child, ); }