Flutter: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 13: Line 13:
''runApp()'' function takes the given Widget and makes it the root of the widget tree. The following makes the Center widget the root.
''runApp()'' function takes the given Widget and makes it the root of the widget tree. The following makes the Center widget the root.


<source lang="dart" hi="3">
<source lang="dart" highlight="3">
void main() {
void main() {
runApp(
runApp(