Skip to content

ChipTheme

Customizes the appearance of Chip across the app.

Properties

Properties#

bgcolor class-attribute instance-attribute #

bgcolor: ColorValue | None = None

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

border_side class-attribute instance-attribute #

border_side: BorderSide | None = None

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

brightness 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.

check_color class-attribute instance-attribute #

check_color: ColorValue | None = None

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

color class-attribute instance-attribute #

color: ControlStateValue[ColorValue] | None = None

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

delete_icon_color class-attribute instance-attribute #

delete_icon_color: ColorValue | None = 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: BoxConstraints | None = None

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

disabled_color class-attribute instance-attribute #

disabled_color: ColorValue | None = None

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

elevation class-attribute instance-attribute #

elevation: Number | None = None

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

elevation_on_click class-attribute instance-attribute #

elevation_on_click: Number | None = None

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

label_padding class-attribute instance-attribute #

label_padding: PaddingValue | None = None

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

label_text_style class-attribute instance-attribute #

label_text_style: TextStyle | None = 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: BoxConstraints | None = None

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

padding class-attribute instance-attribute #

padding: PaddingValue | None = None

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

selected_color class-attribute instance-attribute #

selected_color: ColorValue | None = None

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

selected_shadow_color class-attribute instance-attribute #

selected_shadow_color: ColorValue | None = None

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

shadow_color class-attribute instance-attribute #

shadow_color: ColorValue | None = None

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

shape class-attribute instance-attribute #

shape: OutlinedBorder | None = None

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

show_checkmark class-attribute instance-attribute #

show_checkmark: bool | None = None

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