ChipTheme
Customizes the appearance of Chip across the app.
Properties
- 
          bgcolor(ColorValue | None) –Overrides the default value of Chip.bgcolorin all
- 
          border_side(BorderSide | None) –Overrides the default value of Chip.border_sidein all
- 
          brightness(Brightness | None) –Overrides the default value for all chips which affects various base material 
- 
          check_color(ColorValue | None) –Overrides the default value of Chip.check_colorin all
- 
          color(ControlStateValue[ColorValue] | None) –Overrides the default value of Chip.colorin all descendant
- 
          delete_icon_color(ColorValue | None) –Overrides the default value of Chip.delete_icon_colorin all
- 
          delete_icon_size_constraints(BoxConstraints | None) –Overrides the default value of Chip.delete_icon_size_constraintsin all
- 
          disabled_color(ColorValue | None) –Overrides the default value of Chip.disabled_colorin all
- 
          elevation(Number | None) –Overrides the default value of Chip.elevationin all
- 
          elevation_on_click(Number | None) –Overrides the default value of Chip.elevation_on_clickin all
- 
          label_padding(PaddingValue | None) –Overrides the default value of Chip.label_paddingin all
- 
          label_text_style(TextStyle | None) –Overrides the default value of Chip.label_text_stylein all
- 
          leading_size_constraints(BoxConstraints | None) –Overrides the default value of Chip.leading_size_constraintsin all
- 
          padding(PaddingValue | None) –Overrides the default value of Chip.paddingin all
- 
          selected_color(ColorValue | None) –Overrides the default value of Chip.selected_colorin all
- 
          selected_shadow_color(ColorValue | None) –Overrides the default value of Chip.selected_shadow_colorin all
- 
          shadow_color(ColorValue | None) –Overrides the default value of Chip.shadow_colorin all
- 
          shape(OutlinedBorder | None) –Overrides the default value of Chip.shapein all descendant
- 
          show_checkmark(bool | None) –Overrides the default value of Chip.show_checkmarkin all
Properties#
class-attribute
      instance-attribute
  
#
bgcolor: ColorValue | None = None
Overrides the default value of Chip.bgcolor in all
descendant Chip controls.
class-attribute
      instance-attribute
  
#
border_side: BorderSide | None = None
Overrides the default value of Chip.border_side in all
descendant Chip controls.
class-attribute
      instance-attribute
  
#
brightness: Brightness | None = None
Overrides the default value for all chips which affects various base material color choices in the chip rendering.
class-attribute
      instance-attribute
  
#
check_color: ColorValue | None = None
Overrides the default value of Chip.check_color in all
descendant Chip controls.
class-attribute
      instance-attribute
  
#
color: ControlStateValue[ColorValue] | None = None
Overrides the default value of Chip.color in all descendant
Chip controls.
class-attribute
      instance-attribute
  
#
delete_icon_color: ColorValue | None = None
Overrides the default value of Chip.delete_icon_color in all
descendant Chip controls.
class-attribute
      instance-attribute
  
#
delete_icon_size_constraints: BoxConstraints | None = None
Overrides the default value of Chip.delete_icon_size_constraints in all
descendant Chip controls.
class-attribute
      instance-attribute
  
#
disabled_color: ColorValue | None = None
Overrides the default value of Chip.disabled_color in all
descendant Chip controls.
class-attribute
      instance-attribute
  
#
elevation: Number | None = None
Overrides the default value of Chip.elevation in all
descendant Chip controls.
class-attribute
      instance-attribute
  
#
elevation_on_click: Number | None = None
Overrides the default value of Chip.elevation_on_click in all
descendant Chip controls.
class-attribute
      instance-attribute
  
#
label_padding: PaddingValue | None = None
Overrides the default value of Chip.label_padding in all
descendant Chip controls.
class-attribute
      instance-attribute
  
#
label_text_style: TextStyle | None = None
Overrides the default value of Chip.label_text_style in all
descendant Chip controls.
class-attribute
      instance-attribute
  
#
leading_size_constraints: BoxConstraints | None = None
Overrides the default value of Chip.leading_size_constraints in all
descendant Chip controls.
class-attribute
      instance-attribute
  
#
padding: PaddingValue | None = None
Overrides the default value of Chip.padding in all
descendant Chip controls.
class-attribute
      instance-attribute
  
#
selected_color: ColorValue | None = None
Overrides the default value of Chip.selected_color in all
descendant Chip controls.
class-attribute
      instance-attribute
  
#
selected_shadow_color: ColorValue | None = None
Overrides the default value of Chip.selected_shadow_color in all
descendant Chip controls.
class-attribute
      instance-attribute
  
#
shadow_color: ColorValue | None = None
Overrides the default value of Chip.shadow_color in all
descendant Chip controls.
class-attribute
      instance-attribute
  
#
shape: OutlinedBorder | None = None
Overrides the default value of Chip.shape in all descendant
Chip controls.
class-attribute
      instance-attribute
  
#
show_checkmark: bool | None = None
Overrides the default value of Chip.show_checkmark in all
descendant Chip controls.