lastChild property

RenderBox? lastChild

Implementation

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