#flutter-sdk
Read more stories on Hashnode
Articles with this tag
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...
FlutterLogo : FlutterLogo widget is as simple as it sounds, it is just the flutter logo in the form of an icon. This widget also comes built-in with...