Package com.keygenqt.viewer.android.compose.overload

Functions

AppSwipeRefreshIndicator
Link copied to clipboard
@Composable
fun AppSwipeRefreshIndicator(state: SwipeRefreshState, refreshTrigger: Dp): <ERROR CLASS>

Overload for app SwipeRefreshIndicator

AppSwipeRefreshList
Link copied to clipboard
@Composable
fun <T : Any> AppSwipeRefreshList(items: LazyPagingItems<T>, listState: LazyListState, refreshState: SwipeRefreshState, content: @Composable (Int, T) -> Unit): <ERROR CLASS>

Overload for app SwipeRefreshList