DeletableChipAttributes class

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:

Implementers

Properties

deleteButtonTooltipMessage String
The message to be used for the chip's delete button tooltip.
read-only
deleteIcon Widget
The icon displayed when onDeleted is set. [...]
read-only
deleteIconColor Color
The Color for the delete icon. The default is based on the ambient IconTheme.color.
read-only
onDeleted VoidCallback
Called when the user taps the deleteIcon to delete the chip. [...]
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited