MentionListPullToRefreshIndicatorParams

constructor(pullToRefreshState: PullToRefreshState, isRefreshing: Boolean, modifier: Modifier = Modifier)

Parameters

pullToRefreshState

The state of the pull-to-refresh.

isRefreshing

Whether the list is currently refreshing.

modifier

Modifier for styling.