Class ProxyWidget
Inheritance
System.Object
ProxyWidget
Inherited Members
Namespace: Unity.UIWidgets.widgets
Syntax
public abstract class ProxyWidget : Widget
Constructors
ProxyWidget(Key, Widget)
Declaration
protected ProxyWidget(Key key = null, Widget child = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Key | key | |
| Widget | child |
Fields
child
Declaration
public readonly Widget child
Field Value
| Type | Description |
|---|---|
| Widget |