Widget: Container

Container

  • Widget lets you create a rectangular visual element.
  • Can be decorated with a BoxDecoration, such as a background, a border, or a shadow.
  • Can also have margins, padding, and constraints applied to its size.
  • Can be transformed in three dimensional space using a matrix.

Widget: Container — Structure map

Clickable & Draggable!

Widget: Container — Related pages: