#tutorial
Read more stories on Hashnode
Articles with this tag
In this tutorial, we will explore the text widget in Flutter. The text widget enables us to create Text elements and display them in our application....
The Flutter Container widget is one of the basic components and provides a lot of features such as background colouring, painting, positioning...
Buttons in an application add interactivity and functionalities to a static application. Buttons play a major role and so there type. In this...
The Align widget in Flutter is used to align the child widget inside it on the main screen. It optionally sizes itself according to the child widget...
TextButton widget in Flutter is used to provide a transparent background by default and usually adds buttons containing the Text widget. In this...
The FloatingActionButton widget in Flutter is a small circular icon button that hovers over the application's content to promote an action that can be...