firstChild property

RenderBox? get firstChild
inherited

The first child in the child list.

Implementation

ChildType? get firstChild => _firstChild;