Skip to main content

ChipTheme

Customizes the appearance of Chip across the app.

Properties

Properties

bgcolorclass-attributeinstance-attribute

bgcolor: Optional[ColorValue] = None

Overrides the default value of flet.Chip.bgcolor in all descendant Chip controls.

border_sideclass-attributeinstance-attribute

border_side: Optional[BorderSide] = None

Overrides the default value of flet.Chip.border_side in all descendant Chip controls.

brightnessclass-attributeinstance-attribute

brightness: Optional[Brightness] = None

Overrides 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] = None

Overrides the default value of flet.Chip.check_color in all descendant Chip controls.

colorclass-attributeinstance-attribute

color: Optional[ControlStateValue[ColorValue]] = None

Overrides the default value of flet.Chip.color in all descendant Chip controls.

delete_icon_colorclass-attributeinstance-attribute

delete_icon_color: Optional[ColorValue] = None

Overrides 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] = None

Overrides the default value of flet.Chip.delete_icon_size_constraints in all descendant Chip controls.

disabled_colorclass-attributeinstance-attribute

disabled_color: Optional[ColorValue] = None

Overrides the default value of flet.Chip.disabled_color in all descendant Chip controls.

elevationclass-attributeinstance-attribute

elevation: Optional[Number] = None

Overrides the default value of flet.Chip.elevation in all descendant Chip controls.

elevation_on_clickclass-attributeinstance-attribute

elevation_on_click: Optional[Number] = None

Overrides the default value of flet.Chip.elevation_on_click in all descendant Chip controls.

label_paddingclass-attributeinstance-attribute

label_padding: Optional[PaddingValue] = None

Overrides the default value of flet.Chip.label_padding in all descendant Chip controls.

label_text_styleclass-attributeinstance-attribute

label_text_style: Optional[TextStyle] = None

Overrides the default value of flet.Chip.label_text_style in all descendant Chip controls.

leading_size_constraintsclass-attributeinstance-attribute

leading_size_constraints: Optional[BoxConstraints] = None

Overrides the default value of flet.Chip.leading_size_constraints in all descendant Chip controls.

paddingclass-attributeinstance-attribute

padding: Optional[PaddingValue] = None

Overrides the default value of flet.Chip.padding in all descendant Chip controls.

selected_colorclass-attributeinstance-attribute

selected_color: Optional[ColorValue] = None

Overrides the default value of flet.Chip.selected_color in all descendant Chip controls.

selected_shadow_colorclass-attributeinstance-attribute

selected_shadow_color: Optional[ColorValue] = None

Overrides the default value of flet.Chip.selected_shadow_color in all descendant Chip controls.

shadow_colorclass-attributeinstance-attribute

shadow_color: Optional[ColorValue] = None

Overrides the default value of flet.Chip.shadow_color in all descendant Chip controls.

shapeclass-attributeinstance-attribute

shape: Optional[OutlinedBorder] = None

Overrides the default value of flet.Chip.shape in all descendant Chip controls.

show_checkmarkclass-attributeinstance-attribute

show_checkmark: Optional[bool] = None

Overrides the default value of flet.Chip.show_checkmark in all descendant Chip controls.