main()
It is a function used to start the program.
In Flutter, it is impossible to write any program without the main() function.
runApp()
It is used to return the widgets that are connected to the screen as the root of the widget tree to be rendered on the screen.
This function is called the main function and is also the driver of the app.