NavigationDrawerItemShape

Class

Android
class NavigationDrawerItemShape(
    val shape: Shape,
    val focusedShape: Shape,
    val pressedShape: Shape,
    val selectedShape: Shape,
    val disabledShape: Shape,
    val focusedSelectedShape: Shape,
    val focusedDisabledShape: Shape,
    val pressedSelectedShape: Shape
)

Defines Shape for all TV Indication states of a NavigationDrawerItem

Parameters

shapethe default shape used when the NavigationDrawerItem is enabled
focusedShapethe shape used when the NavigationDrawerItem is enabled and focused
pressedShapethe shape used when the NavigationDrawerItem is enabled and pressed
selectedShapethe shape used when the NavigationDrawerItem is enabled and selected
disabledShapethe shape used when the NavigationDrawerItem is not enabled
focusedSelectedShapethe shape used when the NavigationDrawerItem is enabled, focused and selected
focusedDisabledShapethe shape used when the NavigationDrawerItem is not enabled and focused
pressedSelectedShapethe shape used when the NavigationDrawerItem is enabled, pressed and selected