buildApp abstract method
Implement this function to compose the App's View. Override to impose your own WidgetsApp (like CupertinoApp or MaterialApp)
Implementation
Widget buildApp(BuildContext context);
Implement this function to compose the App's View. Override to impose your own WidgetsApp (like CupertinoApp or MaterialApp)
Widget buildApp(BuildContext context);