Common
@ExperimentalMaterialApi
object PullRefreshDefaults
Default parameter values for rememberPullRefreshState.
Properties
Common
val RefreshThreshold = 80.dp
If the indicator is below this threshold offset when it is released, a refresh will be triggered.
Common
val RefreshingOffset = 56.dp
The offset at which the indicator should be rendered whilst a refresh is occurring.