Flutter Tutorial -8 | The MaterialApp and Scaffold widget.| Flutter Tutorial For Beginner

preview_player
Показать описание
Material App & Scaffold Widget

MaterialApp is convenience widget that wraps a number of widgets that are commonly required for material design applications.

MaterialApp is a predefined class in a flutter. It is likely the main or core component of flutter. We can access all the other components and widgets provided by Flutter SDK. Text widget, Dropdownbutton widget, AppBar widget, Scaffold widget, ListView widget, StatelessWidget, StatefulWidget, IconButton widget, TextField widget, Padding widget, ThemeData widget, etc. are the widgets that can be accessed using MaterialApp class. There are many more widgets that are accessed using MaterialApp class. Using this widget, we can make an attractive app.
#MaterialApp

Scaffold is Open Canvas for you to build UI.
#Scaffold
#Material UI
Рекомендации по теме
visit shbcf.ru