An interface for Material Design chips that can be deleted.
The defaults mentioned in the documentation for each attribute are what the implementing classes typically use for defaults (but this class doesn't provide or enforce them).
See also:
- Chip, a chip that displays information and can be deleted.
- InputChip, a chip that represents a complex piece of information, such as an entity (person, place, or thing) or conversational text, in a compact form.
- material.io/design/components/chips.html
- Implementers
Properties
- deleteButtonTooltipMessage → String?
-
The message to be used for the chip's delete button tooltip.
no setter
- deleteIcon → Widget?
-
The icon displayed when onDeleted is set.
no setter
- deleteIconBoxConstraints → BoxConstraints?
-
Optional size constraints for the delete icon.
no setter
- deleteIconColor → Color?
-
Used to define the delete icon's color with an IconTheme that
contains the icon.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- onDeleted → VoidCallback?
-
Called when the user taps the deleteIcon to delete the chip.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited