<div class='sourceset sourceset-common'>Common</div>

```kotlin
Default,
```

The default priority for mutations. Can be interrupted by other [Default](/jetpack-compose/androidx.compose.foundation/foundation/classes/MutatePriority.Default), [UserInput](/jetpack-compose/androidx.compose.foundation/foundation/classes/MutatePriority.UserInput) or
[PreventUserInput](/jetpack-compose/androidx.compose.foundation/foundation/classes/MutatePriority.PreventUserInput) priority operations. [Default](/jetpack-compose/androidx.compose.foundation/foundation/classes/MutatePriority.Default) priority should be used for programmatic
animations or changes that should not interrupt user input.