//! Collection of built-in widgets for the `rlvgl` toolkit.
extern crate alloc;
/// Clickable button widget.
/// Checkbox widget for boolean options.
/// Container widget for layout grouping.
/// Image display widget.
/// Text label widget.
/// Scrollable list widget.
/// Progress bar widget.
/// Slider widget for numeric input.