Skip to content

ChipTheme

Customizes the appearance of Chip across the app.

Properties

Properties#

bgcolor class-attribute instance-attribute #

bgcolor: Optional[ColorValue] = None

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

border_side class-attribute instance-attribute #

border_side: Optional[BorderSide] = None

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

brightness class-attribute instance-attribute #

brightness: Optional[Brightness] = None

Overrides the default value for all chips which affects various base material color choices in the chip rendering.

check_color class-attribute instance-attribute #

check_color: Optional[ColorValue] = None

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

color class-attribute instance-attribute #

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

delete_icon_color class-attribute instance-attribute #

delete_icon_color: Optional[ColorValue] = None

Overrides the default value of Chip.delete_icon_color in all descendant Chip controls.

delete_icon_size_constraints class-attribute instance-attribute #

delete_icon_size_constraints: Optional[BoxConstraints] = (
    None
)

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

disabled_color class-attribute instance-attribute #

disabled_color: Optional[ColorValue] = None

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

elevation class-attribute instance-attribute #

elevation: Optional[Number] = None

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

elevation_on_click class-attribute instance-attribute #

elevation_on_click: Optional[Number] = None

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

label_padding class-attribute instance-attribute #

label_padding: Optional[PaddingValue] = None

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

label_text_style class-attribute instance-attribute #

label_text_style: Optional[TextStyle] = None

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

leading_size_constraints class-attribute instance-attribute #

leading_size_constraints: Optional[BoxConstraints] = None

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

padding class-attribute instance-attribute #

padding: Optional[PaddingValue] = None

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

selected_color class-attribute instance-attribute #

selected_color: Optional[ColorValue] = None

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

selected_shadow_color class-attribute instance-attribute #

selected_shadow_color: Optional[ColorValue] = None

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

shadow_color class-attribute instance-attribute #

shadow_color: Optional[ColorValue] = None

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

shape class-attribute instance-attribute #

shape: Optional[OutlinedBorder] = None

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

show_checkmark class-attribute instance-attribute #

show_checkmark: Optional[bool] = None

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