Flutter Magic Widget - Container

gnvageesh

GNVageesh

Posted on November 8, 2020

Flutter Magic Widget - Container

Hello, dev

This is my first POST where we will be exploring Flutter's Magic Widget "Container".

First of all, the Container widget is the most widget used in Flutter.
It is basically the base layout for any basic app.
The Container widget takes one child, which can be any widget of flutter, can be adjusted as per the dev's will. Very easy to use.
Can be given a border, border-radius, color, decoration, gradient, static color, and many more to look for in flutter.

The Container Widget is a must use for a FlutterDev. It offers many options for a dev. A very helpful widget.

For More Info on Widgets of Flutter, Checkout my YT Channel:
Bits & Bytes Programming

💖 💪 🙅 🚩
gnvageesh
GNVageesh

Posted on November 8, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related