Is your feature request related to a problem? Please describe.
My widget need more time to load before the screenshot is taken. Since all widgets are reinitialized before the screenshot is taken, the connection state of my StreamBuilder is still waiting and I only see a progress indicator on the screenshot.
Describe the solution you'd like
Add a parameter screenshotDelay to the BetterFeedback widget.
Is your feature request related to a problem? Please describe. My widget need more time to load before the screenshot is taken. Since all widgets are reinitialized before the screenshot is taken, the connection state of my StreamBuilder is still waiting and I only see a progress indicator on the screenshot.
Describe the solution you'd like Add a parameter
screenshotDelay
to theBetterFeedback
widget.