Interface DeletableChipAttributes
Namespace: Unity.UIWidgets.material
Syntax
public interface DeletableChipAttributes
Properties
deleteButtonTooltipMessage
Declaration
string deleteButtonTooltipMessage { get; }
Property Value
Type | Description |
---|---|
String |
deleteIcon
Declaration
Widget deleteIcon { get; }
Property Value
Type | Description |
---|---|
Widget |
deleteIconColor
Declaration
Color deleteIconColor { get; }
Property Value
Type | Description |
---|---|
Color |
onDeleted
Declaration
VoidCallback onDeleted { get; }
Property Value
Type | Description |
---|---|
VoidCallback |