Expand description
Virtualized list components for displaying long scrolling feeds.
§Usage
Use lazy_column or lazy_row to efficiently display large datasets.
Structs§
- Lazy
Column Args - Arguments shared between lazy lists.
- Lazy
Column Args Builder - Builder for
LazyColumnArgs. - Lazy
List Scope - Scope used to add lazily generated children to a lazy list.
- Lazy
List State - Persistent state shared by lazy list components.
- Lazy
RowArgs - Arguments for
lazy_row. Identical toLazyColumnArgsbut horizontal scrolling is enforced. - Lazy
RowArgs Builder - Builder for
LazyRowArgs.
Enums§
- Lazy
Column Args Builder Error - Error type for LazyColumnArgsBuilder
- Lazy
RowArgs Builder Error - Error type for LazyRowArgsBuilder
Functions§
- lazy_
column - lazy_column
- lazy_
row - lazy_row