#mobile-development
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 a text widget ? The function of displaying a string in a Flutter app is handled by a text widget, as we know everything Flutter offers to...
What is Stateless Widget ? Flutter Stateless widgets are those components that describe a part of the user interface which can be determined only by...