Module lazy_list

Module lazy_list 

Source
Expand description

Virtualized list components for displaying long scrolling feeds.

§Usage

Use lazy_column or lazy_row to efficiently display large datasets.

Structs§

LazyColumnArgs
Arguments shared between lazy lists.
LazyColumnArgsBuilder
Builder for LazyColumnArgs.
LazyListScope
Scope used to add lazily generated children to a lazy list.
LazyListState
Persistent state shared by lazy list components.
LazyRowArgs
Arguments for lazy_row. Identical to LazyColumnArgs but horizontal scrolling is enforced.
LazyRowArgsBuilder
Builder for LazyRowArgs.

Enums§

LazyColumnArgsBuilderError
Error type for LazyColumnArgsBuilder
LazyRowArgsBuilderError
Error type for LazyRowArgsBuilder

Functions§

lazy_column
lazy_column
lazy_row
lazy_row

Type Aliases§

LazyColumnScope
Scope alias for vertical lazy lists.
LazyRowScope
Scope alias for horizontal lazy lists.