<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](/jetpack-compose/androidx.tv/tv-material/classes/Glow) for all TV [Indication](/jetpack-compose/androidx.compose.foundation/foundation/interfaces/Indication) states of a [NavigationDrawerItem](/jetpack-compose/androidx.tv/tv-material/components/NavigationDrawerItem)

#### Parameters

| | |
| --- | --- |
| glow | the [Glow](/jetpack-compose/androidx.tv/tv-material/classes/Glow) used when the [NavigationDrawerItem](/jetpack-compose/androidx.tv/tv-material/components/NavigationDrawerItem) is enabled |
| focusedGlow | the [Glow](/jetpack-compose/androidx.tv/tv-material/classes/Glow) used when the [NavigationDrawerItem](/jetpack-compose/androidx.tv/tv-material/components/NavigationDrawerItem) is enabled and focused |
| pressedGlow | the [Glow](/jetpack-compose/androidx.tv/tv-material/classes/Glow) used when the [NavigationDrawerItem](/jetpack-compose/androidx.tv/tv-material/components/NavigationDrawerItem) is enabled and pressed |
| selectedGlow | the [Glow](/jetpack-compose/androidx.tv/tv-material/classes/Glow) used when the [NavigationDrawerItem](/jetpack-compose/androidx.tv/tv-material/components/NavigationDrawerItem) is enabled and selected |
| focusedSelectedGlow | the [Glow](/jetpack-compose/androidx.tv/tv-material/classes/Glow) used when the [NavigationDrawerItem](/jetpack-compose/androidx.tv/tv-material/components/NavigationDrawerItem) is enabled, focused and selected |
| pressedSelectedGlow | the [Glow](/jetpack-compose/androidx.tv/tv-material/classes/Glow) used when the [NavigationDrawerItem](/jetpack-compose/androidx.tv/tv-material/components/NavigationDrawerItem) is enabled, pressed and selected |