Flutter: Difference between revisions

Jump to navigation Jump to search
7 bytes added ,  26 September 2018
m
no edit summary
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(

Navigation menu