---
title: "touchTargetAwareSize"
description: "Modifier to set both the size and recommended touch target for [IconButton] and TextButton."
type: "modifier"
---

<div class='type'>Compose Modifier</div>

<a id='references'></a>
<div class='sourceset sourceset-android'>Android</div>


```kotlin
public fun Modifier.touchTargetAwareSize(size: Dp): Modifier
```


Modifier to set both the size and recommended touch target for `IconButton` and TextButton.



