4,461
edits
add Programming Notes |
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" hi="3"> | ||
void main() { | void main() { | ||
runApp( | runApp( |