//! Collection of built-in widgets for the `rlvgl` toolkit.
extern crate alloc;
/// Clickable button widget.
/// Checkbox widget for boolean options.
/// Transparent click-area widget — rlvgl analogue of QML `MouseArea`.
/// Analog clock widget with sub-pixel anti-aliased hand rotation.
/// Container widget for layout grouping.
/// Image display widget.
/// Text label widget.
/// Scrollable list widget.
/// Audio-meter widgets (LED bargraph; needle and others to follow).
/// UI motion components (crawls, scrollers, tickers).
/// Progress bar widget.
/// Radio button widget for mutually exclusive options.
/// Slider widget for numeric input.
/// Binary on/off switch widget.