Interface RenderObjectWithChildMixin<ChildType>
Inherited Members
Namespace: Unity.UIWidgets.rendering
Syntax
public interface RenderObjectWithChildMixin<ChildType> : RenderObjectWithChildMixin where ChildType : RenderObject
Type Parameters
Name | Description |
---|---|
ChildType |
Properties
child
Declaration
ChildType child { get; set; }
Property Value
Type | Description |
---|---|
ChildType |