#dart-programming-tutorial
Read more stories on Hashnode
Articles with this tag
The SafeArea widget in Flutter is used to automatically adjust its child widgets to avoid overlapping with system overlays such as the status bar,...
The Expanded widget in Flutter is used within a Row, Column, or Flex to expand a child widget to fill the available space along the main axis. It's...
The AnimatedContainer widget in Flutter is a container that gradually changes its values over a given duration whenever its properties are updated....
The Opacity widget in Flutter is used to make its child partially or fully transparent. It's commonly used to control the transparency of UI elements,...
The FadeTransition widget in Flutter is used to apply a fading effect to a child widget. It animates the opacity of the child widget over a specified...
The PageView widget in Flutter is used to create a scrollable list of pages, each of which occupies the entire screen. It's commonly used for...