QuizBeginner
main() and runApp()
main() is the entry point and runApp() attaches the root widget.
What is the role of runApp() inside the main() function?
main() is the entry point and runApp() attaches the root widget.
What is the role of runApp() inside the main() function?