Skip to main content

Module view

Module view 

Source
Expand description

Read-only view, widget trait, and selector pattern.

During Widget::build, the framework provides a View that gives read-only access to the current AppState, theme, i18n registry, layout snapshot, and animation values. Widgets use this to decide what to render without any side-effects.

Structs§

View
Read-only access to application state and environment during widget building.

Traits§

Selector
A selector that derives a value from the View.
Widget
The core trait for composable UI components.