view abstract method
Defines the UI of the module. This method should return the widget that represents the module's UI.
Implementation
Widget view(BuildContext context);
Defines the UI of the module. This method should return the widget that represents the module's UI.
Widget view(BuildContext context);