RefreshStateEvent

data class RefreshStateEvent(val isRefreshing: Boolean, val onRefresh: () -> Unit)

Constructors

Link copied to clipboard
constructor(isRefreshing: Boolean, onRefresh: () -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
val onRefresh: () -> Unit