I have created a web App and want to export one of my FlutterFlow Page as a PNG or a PDF (does not matter).
I have looked into the screenshot package but I am having a hard time using it.
I am trying to pass a "widget" that will render as a PNG but my "widget" is a column containing lots of information. And I am unsure how to pass that child to my actions as it's not just a simple text field.
Here is my code below
My Widget is called ListOfActivities