Interface ScrollContext
Syntax
public interface ScrollContext
Properties
axisDirection
Declaration
AxisDirection axisDirection { get; }
Property Value
notificationContext
Declaration
BuildContext notificationContext { get; }
Property Value
storageContext
Declaration
BuildContext storageContext { get; }
Property Value
vsync
Declaration
TickerProvider vsync { get; }
Property Value
Methods
setCanDrag(Boolean)
Declaration
void setCanDrag(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
setIgnorePointer(Boolean)
Declaration
void setIgnorePointer(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|