Basic Widgets
This folder contains the fundamental building blocks for creating user interfaces. These widgets are the most common components you will use to display content, handle user interactions, and structure your layouts.
The widgets are organized into the following categories based on their function:
1. Core Elements
These are the essential widgets for displaying visual content and information to the user.
Text: Display a single-styled string of text.
Rich Text: Display text with multiple styles in a single block.
Icon: Display a scalable vector icon from a supported icon pack.
Image: Display raster (PNG, JPEG) or vector (SVG) images.
Avatar: Display a user's profile picture or initials in a circular or square shape.
2. Interactive Elements
These widgets are designed to capture user input and trigger actions.
Button: A clickable element to perform actions like submitting forms or navigating.
3. Spacing & Layout
These widgets help you control the arrangement, spacing, and visual separation of other widgets on the screen.
Sized Box: Creates a box with a specific width and height, often used for creating gaps.
Styled Divider (Horizontal): A customizable horizontal line to separate content.
Styled Divider (Vertical): A customizable vertical line to separate content.
Last updated