deleteButtonTooltipMessage property

String? deleteButtonTooltipMessage

The message to be used for the chip's delete button tooltip.

If provided with an empty string, the tooltip of the delete button will be disabled.

If null, the default MaterialLocalizations.deleteButtonTooltip will be used.

Implementation

String? get deleteButtonTooltipMessage;