NavigationDrawerDestination
Inherits: Control
Displays an icon with a label, for use in NavigationDrawer destinations.
Properties
-
bgcolor(Optional[ColorValue]) –The color of this destination.
-
icon(Optional[IconDataOrControl]) –The name of the icon or
Controlof the destination. -
label(Optional[str]) –The text label that appears below the icon of this
NavigationDrawerDestination. -
selected_icon(Optional[IconDataOrControl]) –The name of alternative icon or
Controldisplayed when this destination is selected.
Properties#
bgcolor
class-attribute
instance-attribute
#
bgcolor: Optional[ColorValue] = None
The color of this destination.
icon
class-attribute
instance-attribute
#
icon: Optional[IconDataOrControl] = None
The name of the icon or Control of the destination.
Example with icon name:
Example with Control:If selected_icon is provided, this will only be displayed when the destination is
not selected.
label
class-attribute
instance-attribute
#
The text label that appears below the icon of this NavigationDrawerDestination.
selected_icon
class-attribute
instance-attribute
#
selected_icon: Optional[IconDataOrControl] = None
The name of alternative icon or Control displayed when this destination is selected.
Example with icon name:
Example with Control:If this icon is not provided, the NavigationDrawer will display icon in either
state.