---
title: "minus"
description: "Subtracts a [PaddingValues] from another one and ensures that the result is non-negative."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
operator fun PaddingValues.minus(other: PaddingValues): PaddingValues
```


Subtracts a `PaddingValues` from another one and ensures that the result is non-negative.



