center property

Key? center
final

The first child in the GrowthDirection.forward growth direction.

Children after center will be placed in the axisDirection relative to the center. Children before center will be placed in the opposite of the axisDirection relative to the center.

The center must be the key of a child of the viewport.

Implementation

final Key? center;