Expand description
UI Widget components
Re-exports§
pub use basic_text_field::*;pub use box_widget::*;pub use button::*;pub use column::*;pub use foreach::*;pub use layout::*;pub use lazy_list::*;pub use nodes::*;pub use row::*;pub use scopes::*;pub use spacer::*;pub use text::*;
Modules§
- basic_
text_ field - BasicTextField widget for editable text input.
- box_
widget - Box widget implementation
- button
- Button widget implementation
- column
- Column widget implementation
- foreach
- ForEach iteration helper
- layout
- Generic Layout widget and SubcomposeLayout
- lazy_
list - LazyColumn and LazyRow widget implementations.
- nodes
- row
- Row widget implementation
- scopes
- Scope traits and implementations for Box, Column, and Row
- spacer
- Spacer widget implementation
- text
- Text widget implementation