Skip to main content

rememberLazyListStateWithPosition

Function rememberLazyListStateWithPosition 

Source
pub fn rememberLazyListStateWithPosition(
    __arg0: usize,
    __arg1: f32,
) -> LazyListState
Expand description

Creates a remembered LazyListState with the specified initial position.

The returned state is Copy and can be passed to multiple closures without .clone().