Inheritance
System.Object
OverscrollNotification
public class OverscrollNotification : ScrollNotification
Constructors
OverscrollNotification(ScrollMetrics, BuildContext, DragUpdateDetails, Single, Single)
Declaration
public OverscrollNotification(ScrollMetrics metrics = null, BuildContext context = null, DragUpdateDetails dragDetails = null, float overscroll = 0F, float velocity = 0F)
Parameters
Fields
Declaration
public readonly DragUpdateDetails dragDetails
Field Value
Declaration
public readonly float overscroll
Field Value
Type |
Description |
System.Single |
|
Declaration
public readonly float velocity
Field Value
Type |
Description |
System.Single |
|
Methods
Declaration
protected override void debugFillDescription(List<string> description)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<System.String> |
description |
|
Overrides