Flutter Tutorial for Beginners
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…
Stack in Flutter
In Flutter, a Stack is a widget that allows you to overlap multiple widgets on top of each…
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…