Class HoverTrackWidget
Inheritance
System.Object
HoverTrackWidget
Inherited Members
Namespace: UIWidgets.Tests
Syntax
public class HoverTrackWidget : StatefulWidget
Constructors
HoverTrackWidget(Key, Widget, String)
Declaration
public HoverTrackWidget(Key key, Widget child, string name)
Parameters
Type | Name | Description |
---|---|---|
Key | key | |
Widget | child | |
System.String | name |
Fields
child
Declaration
public readonly Widget child
Field Value
Type | Description |
---|---|
Widget |
name
Declaration
public readonly string name
Field Value
Type | Description |
---|---|
System.String |
Methods
createState()
Declaration
public override State createState()
Returns
Type | Description |
---|---|
State |