#flutter
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...
Rich Text : The RichText widget is used to display text that uses various different styles. The displayed text is described using a tree of TextSpan...
Row Widget : The Row widget is a commonly used layout pattern in Flutter applications. It is a multi-child widget that displays its children in a...
Image Widget : Image is a widget that is responsible for displaying images in the Flutter app. There are several ways to load images onto the Flutter...
Icon Widget : Icon class in Flutter is used to show specific icons in our app. Instead of creating an image for our icon, we can simply use the Icon...