How do I get context from a class that shows a dialog in Flutter?
I have a page, a widget an a provider. The page has some elements in it but there is a widget that I need to use for other pages so that's why it's separated into another widget. This widget is…