Containers in Flutter with Example and Video Explanation
Containers in Flutter serves as building blocks in your flutter application. You can use containers in your Rows or Columns and in turn use containers as the base platform for other widgets like text or images etc. Containers has ample properties for styling and displaying your widgets like padding, height, width etc. Containers can also be customized to custom shapes to be used in application. In the video below I have demonstrated the use of containers in your flutter application. Github link for the source code is also provided in the video's description box.
No comments:
Post a Comment