isFirstChild property

bool isFirstChild

If this is the first child.

Implementation

bool get isFirstChild => position.index == 0;