🔹Scaffold: It provides the basic material layout of any app and can provide an AppBar, FloatingActionButton, body structure and a backgroundColor property
🔸Column: It displays its multiple children in a vertical array. It is not scrollable and has multiple basic axis alignment properties that help to position its children relevantly
🔹Row: It is similar to the column widget and it can display its multiple children horizontally and can be wrapped with an expanded widget to fill the available horizontal space.
If you want to learn new things Every week don't forget to subscribe to the "Insane Developer" newsletter below
You will not regret it getrevue.co/profile/vinays…
Enjoyed the thread🧐
If yes🤩
then don't forget to follow @Vinaystwt to get more Mindblowing Developer Resources and threads
Also, Turn that Notifications icon on so that you will not miss it next time when I upload something Really amazing post🤯🤯
• • •
Missing some Tweet in this thread? You can try to
force a refresh
2️⃣Stack: Stack data structure used to store a collection of objects i.e. particular objects can be added and stored in a stack by the Last In First Out principle