StorytellerGridState

constructor(lazyGridState: LazyGridState = LazyGridState(), enablePullToRefresh: Boolean = false)

Parameters

lazyGridState

The underlying LazyGridState that this state object will manage, defaults to a new state created by rememberLazyGridState.

enablePullToRefresh

Boolean indicating whether pull-to-refresh functionality should be enabled for the grid, defaults to false. Note that pull-to-refresh is only effective if the grid is scrollable.