---
title: "TabRowScope"
description: "[TabRowScope] is used to provide the doesTabRowHaveFocus state to the [Tab] composable"
type: "interface"
---

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


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

<div class='sourceset sourceset-android'>Android</div>



```kotlin
interface TabRowScope
```


`TabRowScope` is used to provide the doesTabRowHaveFocus state to the `Tab` composable


## Properties

<div class='sourceset sourceset-android'>Android</div>


```kotlin
val hasFocus: Boolean
```


Whether any `Tab` within the `TabRow` is focused




