deleteButtonTooltipMessage property

  1. @override
String? deleteButtonTooltipMessage
final

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

@override
final String? deleteButtonTooltipMessage;