DeletableChipAttributes class abstract interface

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

Constructors

DeletableChipAttributes()

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