<div class='sourceset sourceset-android'>Android</div>

```kotlin
public object PickerDefaults
```

Contains the default values used by [Picker](/jetpack-compose/androidx.wear.compose/compose-material3/components/Picker).

## Functions

<h2 id="rotarysnapbehavior-state">rotarySnapBehavior</h2>

```kotlin
@Composable
public fun rotarySnapBehavior(state: PickerState): RotaryScrollableBehavior
```

Default rotary behavior for [Picker](/jetpack-compose/androidx.wear.compose/compose-material3/components/Picker) - it is recommended to use scroll behavior with snap in
order to indicate the selected item in the center of the [Picker](/jetpack-compose/androidx.wear.compose/compose-material3/components/Picker).