NavigationDrawerItemBorder

Class

Android
class NavigationDrawerItemBorder(
    val border: Border,
    val focusedBorder: Border,
    val pressedBorder: Border,
    val selectedBorder: Border,
    val disabledBorder: Border,
    val focusedSelectedBorder: Border,
    val focusedDisabledBorder: Border,
    val pressedSelectedBorder: Border
)

Defines Border for all TV Indication states of a NavigationDrawerItem

Parameters

borderthe default Border used when the NavigationDrawerItem is enabled
focusedBorderthe Border used when the NavigationDrawerItem is enabled and focused
pressedBorderthe Border used when the NavigationDrawerItem is enabled and pressed
selectedBorderthe Border used when the NavigationDrawerItem is enabled and selected
disabledBorderthe Border used when the NavigationDrawerItem is not enabled
focusedSelectedBorderthe Border used when the NavigationDrawerItem is enabled, focused and selected
focusedDisabledBorderthe Border used when the NavigationDrawerItem is not enabled and focused
pressedSelectedBorderthe Border used when the NavigationDrawerItem is enabled, pressed and selected