ChipTheme
Customizes the appearance of Chip across the app.
Properties
bgcolor- Overrides the default value of flet.Chip.bgcolor in all descendant Chip controls.border_side- Overrides the default value of flet.Chip.border_side in all descendant Chip controls.brightness- Overrides the default value for all chips which affects various base material color choices in the chip rendering.check_color- Overrides the default value of flet.Chip.check_color in all descendant Chip controls.color- Overrides the default value of flet.Chip.color in all descendant Chip controls.delete_icon_color- Overrides the default value of flet.Chip.delete_icon_color in all descendant Chip controls.delete_icon_size_constraints- Overrides the default value of flet.Chip.delete_icon_size_constraints in all descendant Chip controls.disabled_color- Overrides the default value of flet.Chip.disabled_color in all descendant Chip controls.elevation- Overrides the default value of flet.Chip.elevation in all descendant Chip controls.elevation_on_click- Overrides the default value of flet.Chip.elevation_on_click in all descendant Chip controls.label_padding- Overrides the default value of flet.Chip.label_padding in all descendant Chip controls.label_text_style- Overrides the default value of flet.Chip.label_text_style in all descendant Chip controls.leading_size_constraints- Overrides the default value of flet.Chip.leading_size_constraints in all descendant Chip controls.padding- Overrides the default value of flet.Chip.padding in all descendant Chip controls.selected_color- Overrides the default value of flet.Chip.selected_color in all descendant Chip controls.selected_shadow_color- Overrides the default value of flet.Chip.selected_shadow_color in all descendant Chip controls.shadow_color- Overrides the default value of flet.Chip.shadow_color in all descendant Chip controls.shape- Overrides the default value of flet.Chip.shape in all descendant Chip controls.show_checkmark- Overrides the default value of flet.Chip.show_checkmark in all descendant Chip controls.
Properties
bgcolorclass-attributeinstance-attribute
bgcolor: Optional[ColorValue] = NoneOverrides the default value of flet.Chip.bgcolor in all descendant Chip controls.
border_sideclass-attributeinstance-attribute
border_side: Optional[BorderSide] = NoneOverrides the default value of flet.Chip.border_side in all descendant Chip controls.
brightnessclass-attributeinstance-attribute
brightness: Optional[Brightness] = NoneOverrides the default value for all chips which affects various base material color choices in the chip rendering.
check_colorclass-attributeinstance-attribute
check_color: Optional[ColorValue] = NoneOverrides the default value of flet.Chip.check_color in all descendant Chip controls.
colorclass-attributeinstance-attribute
color: Optional[ControlStateValue[ColorValue]] = NoneOverrides the default value of flet.Chip.color in all descendant Chip controls.
delete_icon_colorclass-attributeinstance-attribute
delete_icon_color: Optional[ColorValue] = NoneOverrides the default value of flet.Chip.delete_icon_color in all descendant Chip controls.
delete_icon_size_constraintsclass-attributeinstance-attribute
delete_icon_size_constraints: Optional[BoxConstraints] = NoneOverrides the default value of flet.Chip.delete_icon_size_constraints in all descendant Chip controls.
disabled_colorclass-attributeinstance-attribute
disabled_color: Optional[ColorValue] = NoneOverrides the default value of flet.Chip.disabled_color in all descendant Chip controls.
elevationclass-attributeinstance-attribute
elevation: Optional[Number] = NoneOverrides the default value of flet.Chip.elevation in all descendant Chip controls.
elevation_on_clickclass-attributeinstance-attribute
elevation_on_click: Optional[Number] = NoneOverrides the default value of flet.Chip.elevation_on_click in all descendant Chip controls.
label_paddingclass-attributeinstance-attribute
label_padding: Optional[PaddingValue] = NoneOverrides the default value of flet.Chip.label_padding in all descendant Chip controls.
label_text_styleclass-attributeinstance-attribute
label_text_style: Optional[TextStyle] = NoneOverrides the default value of flet.Chip.label_text_style in all descendant Chip controls.
leading_size_constraintsclass-attributeinstance-attribute
leading_size_constraints: Optional[BoxConstraints] = NoneOverrides the default value of flet.Chip.leading_size_constraints in all descendant Chip controls.
paddingclass-attributeinstance-attribute
padding: Optional[PaddingValue] = NoneOverrides the default value of flet.Chip.padding in all descendant Chip controls.
selected_colorclass-attributeinstance-attribute
selected_color: Optional[ColorValue] = NoneOverrides the default value of flet.Chip.selected_color in all descendant Chip controls.
selected_shadow_colorclass-attributeinstance-attribute
selected_shadow_color: Optional[ColorValue] = NoneOverrides the default value of flet.Chip.selected_shadow_color in all descendant Chip controls.
shadow_colorclass-attributeinstance-attribute
shadow_color: Optional[ColorValue] = NoneOverrides the default value of flet.Chip.shadow_color in all descendant Chip controls.
shapeclass-attributeinstance-attribute
shape: Optional[OutlinedBorder] = NoneOverrides the default value of flet.Chip.shape in all descendant Chip controls.
show_checkmarkclass-attributeinstance-attribute
show_checkmark: Optional[bool] = NoneOverrides the default value of flet.Chip.show_checkmark in all descendant Chip controls.