Class AutomaticKeepAlive
Inheritance
System.Object
AutomaticKeepAlive
Inherited Members
Namespace: Unity.UIWidgets.widgets
Syntax
public class AutomaticKeepAlive : StatefulWidget
Constructors
AutomaticKeepAlive(Key, Widget)
Declaration
public AutomaticKeepAlive(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 |
Methods
createState()
Declaration
public override State createState()
Returns
| Type | Description |
|---|---|
| State |