Class _DraggableState<T>
Inherited Members
Namespace: Unity.UIWidgets.widgets
Syntax
public class _DraggableState<T> : State<Draggable<T>>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
build(BuildContext)
Declaration
public override Widget build(BuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildContext | context |
Returns
| Type | Description |
|---|---|
| Widget |
Overrides
dispose()
Declaration
public override void dispose()
Overrides
initState()
Declaration
public override void initState()