Tag: widgets
Flutter: IconButton Widget – Tips and Tricks 2023
In this article, we are going to talk about IconButton and its tips and tricks. Before we begin, let’s identify the IconButton() widget, and why you should use it. The…
Read more »Flutter: Style ElevatedButton Widget with ButtonStyle()
ElevatedButton widget is one of the most common button types in the Flutter framework. Thus, in this tutorial, we will learn how to style an elevated button using the ButtonStyle…
Read more »Flutter: How to Create a Custom Text Widget 2022
While developing the Flutter app, sometimes the code might get too messy, so it’s hard to read and maintain. This might happened not because the code is bad, or written…
Read more »Flutter: Everything about AppBar() Widget
Flutter AppBar is one of the main widgets that more than 95% of developers are going to use it. In this article, I will explain to you the most common and useful…
Read more »