DecoratedBox Widget – Flutter Widget Guide By Flutter Agency
What is DecoratedBox Widget? DecoratedBox Widget paints a decoration onto another box like a container widget that is a child of DecoratedBox. DecoratedBox which defines the decoration you want. Container Widget inserts its child by the widths of the borders; this widget
RadioButton Widget – Flutter Guide By Flutter Agency
What is RadioButton Widget ? RadioButton Widget itself does not maintain any state. When one radio button in a group is selected, the others are un-selected. This means only one option is accepted at the same time. Instead, when the state
MaterialApp Widget – Flutter Widget Guide By Flutter Agency
What is MaterialApp Widget? MaterialApp Widget is a predefined class in a flutter. It is likely the main or core component of flutter. We can access all the other components and widgets provided by Flutter SDK. Text widget, Dropdown button widget, AppBar
CircularProgressIndicator Widget – Flutter Widget Guide By Flutter Agency
What is CircularProgressIndicator Widget? To indicate the waiting process in your application, it may be necessary to display a progress indicator. For that purpose, one of the suitable widgets is CircularProgressIndicator Widget. It displays the progress in a circular shape. LinearProgressIndicator Widget
Flexible Widget – Flutter Widget Guide By Flutter Agency
What is Flexible Widget? Flexible Widget is a widget that controls how a child of a Row widget, Column widget, or Flex flexes. A Flexible Widget must have a parent widget as a Row widget, Column widget, or Flex widget, and the path from it to
ButtonBar Widget – Flutter Widget Guide By Flutter Agency
What is ButtonBar Widget? ButtonBar widget in Flutter is going to offer flexibility over arranging the Button Widget in Flutter easily. ButtonBar provides much more stability over how the buttons are arranged. ButtonBar widget in Flutter provides a lot more than merely
Icon Widget – Flutter Widget Guide By Flutter Agency
What is Icon Widget? Icon Widget is the primary way of introducing Icons in Flutter. Flutter does its own rendering of these icons instead of the usual Android’s way of importing assets as part of the App project itself. Instead, it takes
Image Widget – Flutter Widget Guide By Flutter Agency
What is Image Widget ? Image Widget is generally a simple component that represents a thing or a group of things pictorially or which simply boosts the message or the text with a pictorial example to make the user understand better
RowImage Widget – Flutter widget Guide By Flutter Agency
What is RowImage Widget? RowImage Widget is a widget that displays dart:ui.Image directly. RowImage Widget is rarely used. The constructor of it will look like below : RowImage({ Key key, Image image, double width,
GridView Widget – Flutter Widget Guide By Flutter Agency
GridView Widget in Flutter is a used to display the data in two-dimensional rows and columns.users can choose any item by tapping on them.GridView Widget may contain Text Widget as item or Image widget as an item or it can