---
title: "NavigationDrawerItemGlow"
description: "Defines [Glow] for all TV [Indication] states of a [NavigationDrawerItem]"
type: "class"
---

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


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

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


```kotlin
class NavigationDrawerItemGlow(
    val glow: Glow,
    val focusedGlow: Glow,
    val pressedGlow: Glow,
    val selectedGlow: Glow,
    val focusedSelectedGlow: Glow,
    val pressedSelectedGlow: Glow,
)
```


Defines `Glow` for all TV `Indication` states of a `NavigationDrawerItem`

#### Parameters

| | |
| --- | --- |
| glow | the `Glow` used when the `NavigationDrawerItem` is enabled |
| focusedGlow | the `Glow` used when the `NavigationDrawerItem` is enabled and focused |
| pressedGlow | the `Glow` used when the `NavigationDrawerItem` is enabled and pressed |
| selectedGlow | the `Glow` used when the `NavigationDrawerItem` is enabled and selected |
| focusedSelectedGlow | the `Glow` used when the `NavigationDrawerItem` is enabled, focused and selected |
| pressedSelectedGlow | the `Glow` used when the `NavigationDrawerItem` is enabled, pressed and selected |




