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.