ChipTheme
ChipTheme
#
Customizes the appearance of Chip
across the app.
bgcolor
#
bgcolor: ColorValue | None = None
Overrides the default value of Chip.bgcolor
in all
descendant Chip
controls.
border_side
#
border_side: BorderSide | None = None
Overrides the default value of Chip.border_side
in all
descendant Chip
controls.
brightness
#
brightness: Brightness | None = None
Overrides the default value for all chips which affects various base material color choices in the chip rendering.
check_color
#
check_color: ColorValue | None = None
Overrides the default value of
Chip.check_color
in all descendant
Chip
controls.
color
#
color: ControlStateValue[ColorValue] | None = None
Overrides the default value of Chip.color
in all descendant
Chip
controls.
delete_icon_color
#
delete_icon_color: ColorValue | None = None
Overrides the default value of
Chip.delete_icon_color
in all descendant
Chip
controls.
delete_icon_size_constraints
#
delete_icon_size_constraints: BoxConstraints | None = None
Overrides the default value of
Chip.delete_icon_size_constraints
in
all descendant Chip
controls.
disabled_color
#
disabled_color: ColorValue | None = None
Overrides the default value of
Chip.disabled_color
in all descendant
Chip
controls.
elevation
#
elevation: Number | None = None
Overrides the default value of Chip.elevation
in all
descendant Chip
controls.
elevation_on_click
#
elevation_on_click: Number | None = None
Overrides the default value of
Chip.elevation_on_click
in all descendant
Chip
controls.
label_padding
#
label_padding: PaddingValue | None = None
Overrides the default value of Chip.label_padding
in
all descendant Chip
controls.
label_text_style
#
label_text_style: TextStyle | None = None
Overrides the default value of
Chip.label_text_style
in all descendant
Chip
controls.
leading_size_constraints
#
leading_size_constraints: BoxConstraints | None = None
Overrides the default value of
Chip.leading_size_constraints
in all
descendant Chip
controls.
padding
#
padding: PaddingValue | None = None
Overrides the default value of Chip.padding
in all
descendant Chip
controls.
selected_color
#
selected_color: ColorValue | None = None
Overrides the default value of
Chip.selected_color
in all descendant
Chip
controls.
selected_shadow_color
#
selected_shadow_color: ColorValue | None = None
Overrides the default value of
Chip.selected_shadow_color
in all descendant
Chip
controls.
shadow_color
#
shadow_color: ColorValue | None = None
Overrides the default value of Chip.shadow_color
in all
descendant Chip
controls.
shape
#
shape: OutlinedBorder | None = None
Overrides the default value of Chip.shape
in all descendant
Chip
controls.
show_checkmark
#
show_checkmark: bool | None = None
Overrides the default value of Chip.show_checkmark
in
all descendant Chip
controls.
surface_tint_color
#
surface_tint_color: ColorValue | None = None
Overrides the default value of
Chip.surface_tint_color
in all descendant
Chip
controls.