FlashcardBeginner
main() and runApp()
main() is the entry point and runApp() attaches the root widget to the screen.
Question
What roles do main() and runApp() play in a Flutter app?
Click to reveal answer
main() is the entry point and runApp() attaches the root widget to the screen.
What roles do main() and runApp() play in a Flutter app?