Slide 21
Slide 21 text
Getting started: MaterialApp Widget
● A canonical Widget to start from:
● Attributes: title, home, theme, things to do on back button press and more
● You can use any widget, e.g. Container in Home attribute
● Another widget that can be used with home attribute is Scaffold.
● Scaffold offers: Drawers, AppBars, BottomNavigation Tabs and FABs