BannerTheme
Defines default property values for descendant Banner controls.
Properties
bgcolor- Overrides the default value offlet.Banner.bgcolorin all descendantBannercontrols.content_text_style- Overrides the default value offlet.Banner.content_text_stylein all descendantBannercontrols.divider_color- Overrides the default value offlet.Banner.divider_colorin all descendantBannercontrols.elevation- Overrides the default value offlet.Banner.elevationin all descendantBannercontrols.leading_padding- Overrides the default value offlet.Banner.leading_paddingin all descendantBannercontrols.padding- Overrides the default value offlet.Banner.content_paddingin all descendantBannercontrols.shadow_color- Overrides the default value offlet.Banner.shadow_colorin all descendantBannercontrols.
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.