BadgeTheme
Defines default property values for descendant Badge controls.
Properties
- 
          alignment(Alignment | None) –Overrides the default value of Badge.alignmentin all
- 
          bgcolor(ColorValue | None) –Overrides the default value of Badge.bgcolorin all
- 
          large_size(Number | None) –Overrides the default value of Badge.large_sizein all
- 
          offset(OffsetValue | None) –Overrides the default value of Badge.offsetin all
- 
          padding(PaddingValue | None) –Overrides the default value of Badge.paddingin all
- 
          small_size(Number | None) –Overrides the default value of Badge.small_sizein all
- 
          text_color(ColorValue | None) –Overrides the default value of Badge.text_colorin all
- 
          text_style(TextStyle | None) –Overrides the default value of Badge.text_stylein all
Properties#
class-attribute
      instance-attribute
  
#
alignment: Alignment | None = None
Overrides the default value of Badge.alignment in all
descendant Badge controls.
class-attribute
      instance-attribute
  
#
bgcolor: ColorValue | None = None
Overrides the default value of Badge.bgcolor in all
descendant Badge controls.
class-attribute
      instance-attribute
  
#
large_size: Number | None = None
Overrides the default value of Badge.large_size in all
descendant Badge controls.
class-attribute
      instance-attribute
  
#
offset: OffsetValue | None = None
Overrides the default value of Badge.offset in all
descendant Badge controls.
class-attribute
      instance-attribute
  
#
padding: PaddingValue | None = None
Overrides the default value of Badge.padding in all
descendant Badge controls.
class-attribute
      instance-attribute
  
#
small_size: Number | None = None
Overrides the default value of Badge.small_size in all
descendant Badge controls.
class-attribute
      instance-attribute
  
#
text_color: ColorValue | None = None
Overrides the default value of Badge.text_color in all
descendant Badge controls.
class-attribute
      instance-attribute
  
#
text_style: TextStyle | None = None
Overrides the default value of Badge.text_style in all
descendant Badge controls.