Inheritance
System.Object
CustomScrollView
public class CustomScrollView : ScrollView
Constructors
Declaration
public CustomScrollView(Key key = null, Axis scrollDirection = Axis.vertical, bool reverse = false, ScrollController controller = null, bool? primary = default(bool? ), ScrollPhysics physics = null, bool shrinkWrap = false, Key center = null, float anchor = 0F, float? cacheExtent = default(float? ), List<Widget> slivers = null, DragStartBehavior dragStartBehavior = DragStartBehavior.down)
Parameters
Type |
Name |
Description |
Key |
key |
|
Axis |
scrollDirection |
|
System.Boolean |
reverse |
|
ScrollController |
controller |
|
System.Nullable<System.Boolean> |
primary |
|
ScrollPhysics |
physics |
|
System.Boolean |
shrinkWrap |
|
Key |
center |
|
System.Single |
anchor |
|
System.Nullable<System.Single> |
cacheExtent |
|
System.Collections.Generic.List<Widget> |
slivers |
|
DragStartBehavior |
dragStartBehavior |
|
Fields
Declaration
public readonly List<Widget> slivers
Field Value
Type |
Description |
System.Collections.Generic.List<Widget> |
|
Methods
buildSlivers(BuildContext)
Declaration
protected override List<Widget> buildSlivers(BuildContext context)
Parameters
Returns
Type |
Description |
System.Collections.Generic.List<Widget> |
|
Overrides