Package-level declarations

Types

Link copied to clipboard
data class RefreshStateEvent(val isRefreshing: Boolean, val onRefresh: () -> Unit)

Functions

Link copied to clipboard
fun Modifier.handlePullToRefreshGestures(scope: CoroutineScope, state: PullToRefreshState, enabled: Boolean = true, onRefresh: () -> Unit, thresholdPx: Float): Modifier