BannerTheme
Defines default property values for descendant Banner controls.
Properties
bgcolor- Overrides the default value of flet.Banner.bgcolor in all descendant Banner controls.content_text_style- Overrides the default value of flet.Banner.content_text_style in all descendant Banner controls.divider_color- Overrides the default value of flet.Banner.divider_color in all descendant Banner controls.elevation- Overrides the default value of flet.Banner.elevation in all descendant Banner controls.leading_padding- Overrides the default value of flet.Banner.leading_padding in all descendant Banner controls.padding- Overrides the default value of flet.Banner.content_padding in all descendant Banner controls.shadow_color- Overrides the default value of flet.Banner.shadow_color in all descendant Banner controls.
Properties
bgcolorclass-attributeinstance-attribute
bgcolor: Optional[ColorValue] = NoneOverrides the default value of flet.Banner.bgcolor in all descendant Banner controls.
content_text_styleclass-attributeinstance-attribute
content_text_style: Optional[TextStyle] = NoneOverrides the default value of flet.Banner.content_text_style in all descendant Banner controls.
divider_colorclass-attributeinstance-attribute
divider_color: Optional[ColorValue] = NoneOverrides the default value of flet.Banner.divider_color in all descendant Banner controls.
elevationclass-attributeinstance-attribute
elevation: Optional[Number] = NoneOverrides the default value of flet.Banner.elevation in all descendant Banner controls.
leading_paddingclass-attributeinstance-attribute
leading_padding: Optional[PaddingValue] = NoneOverrides the default value of flet.Banner.leading_padding in all descendant Banner controls.
paddingclass-attributeinstance-attribute
padding: Optional[PaddingValue] = NoneOverrides the default value of flet.Banner.content_padding in all descendant Banner controls.
shadow_colorclass-attributeinstance-attribute
shadow_color: Optional[ColorValue] = NoneOverrides the default value of flet.Banner.shadow_color in all descendant Banner controls.