4,461
edits
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" | <source lang="dart" highlight="3"> | ||
void main() { | void main() { | ||
runApp( | runApp( |