Tag: #flutter

Flutter: Row Widget

Row and column help us to arrange the widgets horizontally and vertically respectively. These two widgets are very Useful in Flutter. Let’s see the Row widget: We can arrange widgets horizontally By Using this widget. This is the Row widget properties. Alignment Properties: These two alignments have the following properties. End: it will arrange the […]

Understanding Flutter Stateless & Stateful widgets

In this article, we are going to learn the concept of Stateless & Stateful widgets and the difference between them. To Understand the basic widget that is used in a flutter, first of all, we should know what is a widget in a flutter. In flutter, everything is a widget. In fact, the widget is a building […]