---
title: "shouldUsePrecisionPointerComponentSizing"
description: "Whether components should have a denser spacing and sizing due to a precision pointer being
present.

Note that this will always return `false` if the
[ComposeMaterial3Flags.isPrecisionPointerComponentSizingEnabled] flag is not enabled."
type: "function"
---

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


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


```kotlin
fun shouldUsePrecisionPointerComponentSizing(): Boolean
```


Whether components should have a denser spacing and sizing due to a precision pointer being
present.

Note that this will always return `false` if the
`ComposeMaterial3Flags.isPrecisionPointerComponentSizingEnabled` flag is not enabled.



