BadgeTheme
Defines default property values for descendant Badge
controls.
Properties
-
alignment
(Alignment | None
) –Overrides the default value of
Badge.alignment
in all -
bgcolor
(ColorValue | None
) –Overrides the default value of
Badge.bgcolor
in all -
large_size
(Number | None
) –Overrides the default value of
Badge.large_size
in all -
offset
(OffsetValue | None
) –Overrides the default value of
Badge.offset
in all -
padding
(PaddingValue | None
) –Overrides the default value of
Badge.padding
in all -
small_size
(Number | None
) –Overrides the default value of
Badge.small_size
in all -
text_color
(ColorValue | None
) –Overrides the default value of
Badge.text_color
in all -
text_style
(TextStyle | None
) –Overrides the default value of
Badge.text_style
in all
Properties#
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.