Here is the main.dart
import \'package:flutter/material.dart\'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // This w