---
title: "isSpecified"
description: "`false` when this is [Size.Unspecified]."
type: "property"
---

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


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

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


```kotlin
inline val Size.isSpecified: Boolean
```


`false` when this is `Size.Unspecified`.



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


```kotlin
inline val Offset.isSpecified: Boolean
```


`false` when this is `Offset.Unspecified`.



