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 |
|---|---|
| Nullable<Single> |
tooltip
Declaration
string tooltip { get; }
Property Value
| Type | Description |
|---|---|
| String |