Inheritance
System.Object
SliverGridLayout
 
public abstract class SliverGridLayout
 
Constructors
  
Declaration
public SliverGridLayout()
 
Methods
  
Declaration
public abstract float computeMaxScrollOffset(int childCount)
 
Parameters
| Type | Name | Description | 
| System.Int32 | childCount |  | 
Returns
| Type | Description | 
| System.Single |  | 
Declaration
public abstract SliverGridGeometry getGeometryForChildIndex(int index)
 
Parameters
| Type | Name | Description | 
| System.Int32 | index |  | 
Returns
Declaration
public abstract int getMaxChildIndexForScrollOffset(float scrollOffset)
 
Parameters
| Type | Name | Description | 
| System.Single | scrollOffset |  | 
Returns
| Type | Description | 
| System.Int32 |  | 
Declaration
public abstract int getMinChildIndexForScrollOffset(float scrollOffset)
 
Parameters
| Type | Name | Description | 
| System.Single | scrollOffset |  | 
Returns
| Type | Description | 
| System.Int32 |  |