3 days ago3 minHero Widget in FlutterThe Hero widget in Flutter is used to create a shared transition between two pages (or screens) in an app. It allows an element on one...
Sep 18, 20222 minContainer Box Shadow - Box Decoration - FlutterThe Flutter Container widget is one of the basic components and provides a lot of features such as background colouring, painting,...
Sep 16, 20221 minTextStyle in Flutter - TextStyle Widget TutorialThe Text widget in Flutter enables us to place text content in the application. The Text widget can be modified according to needs and...