Class Scrollbar
Inheritance
System.Object
Scrollbar
Inherited Members
Namespace: Unity.UIWidgets.material
Syntax
public class Scrollbar : StatefulWidget
Constructors
Scrollbar(Key, Widget)
Declaration
public Scrollbar(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 |