Trending Posts
Toggle Button in Flutter
A toggle button is a graphical user interface element that allows users to switch between two or more…
RadioButton In Flutter
In Flutter, a Radio button is a widget that allows users to select one option from a group…
Switch Button in Flutter
In Flutter, a SwitchButton is a type of widget that allows users to toggle between two states, typically…
InkWell Widget in Flutter
InkWell is a widget in Flutter that adds an ink splash effect to its child widget when tapped.…
DropDown Menu Button in Flutter
A button that displays a dropdown menu when pressed, used to select a single value from a list.…
Popup Menu Button in Flutter
A button that displays a popup menu when Clicked, is used to provide a list of items to…
CupertinoButton in Flutter
A button that follows the design guidelines of IOS Cupertino design language, is used in iOS apps. CupertinoButton…
FloatingButton in Flutter
A circular button that floats above the content, is used to promote a primary action. Properties: onPressed: The…
GestureDectector in Flutter
GestureDetector is a widget in Flutter that detects gestures, such as taps, swipes, and pinches, and allows you…
Recent Posts
Latest Stories
Flutter Navigator Widget
The Navigator widget in Flutter is a built-in widget that manages a stack of routes,…
BottomNavigationBar in Flutter
The BottomNavigationBar widget in Flutter is a material design widget used to create a bottom…
FutureBuilder in Flutter
A FutureBuilder is a widget in Flutter that builds itself based on the latest snapshot…
TabBar in Flutter
A TabBar in Flutter is a material design widget that displays a horizontal row of…