PullToRefreshDefaults



Contains the default values for PullToRefreshContainer

Summary

Public functions

Unit
@Composable
Indicator(state: PullToRefreshState, modifier: Modifier, color: Color)

The default indicator for PullToRefreshContainer.

Cmn

Public properties

Dp

The default refresh threshold for rememberPullToRefreshState

Cmn
Color

The default container color for PullToRefreshContainer

Cmn
Color

The default container color for PullToRefreshContainer

Cmn
Shape

The default shape for PullToRefreshContainer

Cmn

Public functions

Indicator

@Composable
fun Indicator(
    state: PullToRefreshState,
    modifier: Modifier = Modifier,
    color: Color = LocalContentColor.current
): Unit

The default indicator for PullToRefreshContainer.

Public properties

PositionalThreshold

val PositionalThresholdDp

The default refresh threshold for rememberPullToRefreshState

containerColor

val containerColorColor

The default container color for PullToRefreshContainer

contentColor

val contentColorColor

The default container color for PullToRefreshContainer

shape

val shapeShape

The default shape for PullToRefreshContainer