Sending types as parameters in widgets – Flutter
I'm trying to separate a widget that contains GetBuilder. I want to send type as parameter to the widget but unfortunately unable to achieve it till now. What I'm trying to do: class Widget extends StatelessWidget { final type; //…