Important Widgets in Flutter

 Important Widgets in Flutter






  1. MaterialApp() - Root widget of all material widgets
  2. Scaffold() - Every single page is called Scaffold
  3. Container() - It's empty box, used to ho;d widgets ,add space in and around
  4. Buttons - TextButton(),ElevatedButton() , OutlineButton() 
  5. Text() - Used for displaying image
  6. Image.network(), Image.asset() , CircleAvatar() -  For displaying image
  7. Row() . Column() - Alignment

Comments

Popular posts from this blog

Sri Lankan IT industry & companies

Find Odd & Even number - pseudocode