bmi_calculator

  • We can have an overarching app theme by declaring it in the beginning
  • We can also change the ThemeData of any widget by wrapping it inside a Theme widget
  • Can refactor by creating a new widget out a repeated widget by selecting it in the flutter outline -> right click -> select extract widget and name it
  • Instance field = Instance variable = Field = Property of a class
  • Final vs const
  • enums in dart