getGeometryForChildIndex abstract method

SliverGridGeometry getGeometryForChildIndex(
  1. int index
)

The size and position of the child with the given index.

Implementation

SliverGridGeometry getGeometryForChildIndex(int index);