#mobile-apps
Read more stories on Hashnode
Articles with this tag
Row Image : MultiChild Widget Align all children Widgets in a horizontal direction Example : import 'package:flutter/material.dart'; void main()...
Drawer : Drawer widget is used to provide access to various destinations and functions within your application. It is symbolized by three horizontal...
What is Scaffold ? A Scaffold Widget provides a framework which implements the basic material design visual layout structure of the flutter app. It...