view abstract method

Widget view(
  1. BuildContext context
)

Defines the UI of the module. This method should return the widget that represents the module's UI.

Implementation

Widget view(BuildContext context);