#widgets
Read more stories on Hashnode
Articles with this tag
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...
ElevatedButton : An elevated button is a labeled child displayed on a Material widget whose Material.elevation increases when the button is...
Stateless WidgetStateful Widget Static widgetsDynamic Widgets They do not depend on any data change or any behaviour change.They can be updated...
What is Stateful Widgets ? Stateful widgets in Flutter are those that can change their state over time. The changes could be in user interactions or...
What is MaterialApp class? MaterialApp class is an application that uses material design. It is a convenience widget that wraps several widgets that...