---
title: "LocalMinimumInteractiveComponentEnforcement"
description: "CompositionLocal that configures whether Material components that have a visual size that is
lower than the minimum touch target size for accessibility (such as Button) will include extra
space outside the component to ensure that they are accessible. If set to false there will be no
extra space, and so it is possible that if the component is placed near the edge of a layout /
near to another component without any padding, there will not be enough space for an accessible
touch target."
type: "property"
---

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


<a id='references'></a>

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


> **Deprecated** Use LocalMinimumInteractiveComponentSize with 0.dp to turn off enforcement instead.

```kotlin
@ExperimentalMaterial3Api
val LocalMinimumInteractiveComponentEnforcement: ProvidableCompositionLocal<Boolean>
```


CompositionLocal that configures whether Material components that have a visual size that is
lower than the minimum touch target size for accessibility (such as Button) will include extra
space outside the component to ensure that they are accessible. If set to false there will be no
extra space, and so it is possible that if the component is placed near the edge of a layout /
near to another component without any padding, there will not be enough space for an accessible
touch target.



