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.

If the chip is disabled, the delete button tooltip will not be shown.

Implementation

String? get deleteButtonTooltipMessage;