You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey , I have wrapped my screen with Screenshot , and in that page I show a BottomSheet using showModalBottomSheet , but this bottomsheet cannot be captured by the screenshot controller.
Only if i add the bottom sheet directly using this scaffold's bottomSheet property , then only the bottomsheet appears in the screen shot please help
The text was updated successfully, but these errors were encountered:
@smartconnecttechnologies, We are capturing widgets which are children of the Screenshot Widget. We cannot capture widgets outside this. When you use showModalBottomSheet , this displays the content as a new navigator page.
Hey , I have wrapped my screen with Screenshot , and in that page I show a BottomSheet using showModalBottomSheet , but this bottomsheet cannot be captured by the screenshot controller.
Only if i add the bottom sheet directly using this scaffold's bottomSheet property , then only the bottomsheet appears in the screen shot please help
The text was updated successfully, but these errors were encountered: