menu
Flutter
rendering
ContainerRenderObjectMixin
<
ChildType extends RenderObject
,
ParentDataType extends ContainerParentDataMixin<
ChildType
>
>
lastChild property
lastChild
brightness_4
brightness_5
description
lastChild
property
ChildType?
lastChild
The last child in the child list.
Implementation
ChildType? get lastChild => _lastChild;
Flutter
rendering
ContainerRenderObjectMixin
<
ChildType extends RenderObject
,
ParentDataType extends ContainerParentDataMixin<
ChildType
>
>
lastChild property
ContainerRenderObjectMixin mixin