Skip to content

BadgeTheme

BadgeTheme #

Defines default property values for descendant Badge controls.

alignment #

alignment: Alignment | None = None

Overrides the default value of Badge.alignment in all descendant Badge controls.

bgcolor #

bgcolor: ColorValue | None = None

Overrides the default value of Badge.bgcolor in all descendant Badge controls.

large_size #

large_size: Number | None = None

Overrides the default value of Badge.large_size in all descendant Badge controls.

offset #

offset: OffsetValue | None = None

Overrides the default value of Badge.offset in all descendant Badge controls.

padding #

padding: PaddingValue | None = None

Overrides the default value of Badge.padding in all descendant Badge controls.

small_size #

small_size: Number | None = None

Overrides the default value of Badge.small_size in all descendant Badge controls.

text_color #

text_color: ColorValue | None = None

Overrides the default value of Badge.text_color in all descendant Badge controls.

text_style #

text_style: TextStyle | None = None

Overrides the default value of Badge.text_style in all descendant Badge controls.