didAdoptChild abstract method

void didAdoptChild(
  1. RenderBox child
)

Called during RenderSliverVariableSizeBoxAdaptor.adoptChild.

Subclasses must ensure that the SliverVariableSizeBoxAdaptorParentData.startIndex field of the child's RenderObject.parentData accurately reflects the child's index in the child list after this function returns.

Implementation

void didAdoptChild(RenderBox child);