firstChild property

RenderBox? firstChild

Implementation

RenderBox? get firstChild => listOf(null)?.firstChild;