In this video I have discussed about Container widget and its different properties.

It is a widget which is used to hold the child widget with the ability to apply some styling properties.
Key points

  1. If the container widget does not have a child it will fill up the the given area on screen.

  2. If it contains child it will have the same width and height as of its child.

  3. It should not be rendered directly on screen without parent widget. We can use Center widget, Padding Widget, Column Widget, Row Widget or Scaffold Widget as parent.

#flutter #exploring flutter widgets #flutter container widget

Exploring Flutter Widgets || Flutter Container Widget & Its Properties #15
1.60 GEEK