NavigationBarTheme
Customizes the appearance of NavigationBar controls across the app.
Properties
bgcolor- Overrides the default value for flet.NavigationBar.bgcolor.elevation- Overrides the default value for flet.NavigationBar.elevation.height- Overrides the default value for NavigationBar height.indicator_color- Overrides the default value for flet.NavigationBar.indicator_color.indicator_shape- Overrides the default value for flet.NavigationBar.indicator_shape.label_behavior- Overrides the default value for flet.NavigationBar.label_behavior.label_padding- Overrides the default value for flet.NavigationBar.label_padding.label_text_style- The style to merge with the default text style for NavigationBarDestination labels.overlay_color- Overrides the default value for flet.NavigationBar.overlay_color.shadow_color- Overrides the default value for flet.NavigationBar.shadow_color.
Properties
bgcolorclass-attributeinstance-attribute
bgcolor: Optional[ColorValue] = NoneOverrides the default value for flet.NavigationBar.bgcolor.
elevationclass-attributeinstance-attribute
elevation: Optional[Number] = NoneOverrides the default value for flet.NavigationBar.elevation.
heightclass-attributeinstance-attribute
height: Optional[Number] = NoneOverrides the default value for NavigationBar height.
indicator_colorclass-attributeinstance-attribute
indicator_color: Optional[ColorValue] = NoneOverrides the default value for flet.NavigationBar.indicator_color.
indicator_shapeclass-attributeinstance-attribute
indicator_shape: Optional[OutlinedBorder] = NoneOverrides the default value for flet.NavigationBar.indicator_shape.
label_behaviorclass-attributeinstance-attribute
label_behavior: Optional[NavigationBarLabelBehavior] = NoneOverrides the default value for flet.NavigationBar.label_behavior.
label_paddingclass-attributeinstance-attribute
label_padding: Optional[PaddingValue] = NoneOverrides the default value for flet.NavigationBar.label_padding.
label_text_styleclass-attributeinstance-attribute
label_text_style: Optional[ControlStateValue[TextStyle]] = NoneThe style to merge with the default text style for NavigationBarDestination labels.
overlay_colorclass-attributeinstance-attribute
overlay_color: Optional[ControlStateValue[ColorValue]] = NoneOverrides the default value for flet.NavigationBar.overlay_color.
shadow_colorclass-attributeinstance-attribute
shadow_color: Optional[ColorValue] = NoneOverrides the default value for flet.NavigationBar.shadow_color.