In flutter, widgets have very complicated parent-child relationships which can be a bit confusing when looking at the code. Fortunately, VS Code provides a nice ui to help us with that.
"dart.previewFlutterUiGuides": true
Adding above line in user setting(command -> open user setting -> settings.json) will make code look like the one below.
Voilà!