Interface TappableChipAttributes
Namespace: Unity.UIWidgets.material
Syntax
public interface TappableChipAttributes
Properties
onPressed
Declaration
VoidCallback onPressed { get; }
Property Value
| Type | Description |
|---|---|
| VoidCallback |
pressElevation
Declaration
float? pressElevation { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Single> |
tooltip
Declaration
string tooltip { get; }
Property Value
| Type | Description |
|---|---|
| System.String |