Ritik Kumar

Results 1 comments of Ritik Kumar

Actually This is a warning. Better you should define a class MyApp and call this class under runApp. Example: void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override...