debug mode shortcut (VSCode)
fn-F5
Dart variables
contain objects, where every object is an instance of a class
build() in widget
ie render(); displays widget using other widgets
Scaffold
provides a default app bar, title, and a body
pubspec.yaml does
manages assets and dependencies
final
final just means it can only be assigned to at declaration time.
const
const is for compile time constants