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.

Implementation

@override
final String? deleteButtonTooltipMessage;