Important Widgets in Flutter
Important Widgets in Flutter
- MaterialApp() - Root widget of all material widgets
- Scaffold() - Every single page is called Scaffold
- Container() - It's empty box, used to ho;d widgets ,add space in and around
- Buttons - TextButton(),ElevatedButton() , OutlineButton()
- Text() - Used for displaying image
- Image.network(), Image.asset() , CircleAvatar() - For displaying image
- Row() . Column() - Alignment
Comments
Post a Comment