menu
Flutter
rendering
ContainerRenderObjectMixin
<
ChildType extends RenderObject
,
ParentDataType extends ContainerParentDataMixin<
ChildType
>
>
childCount property
childCount
brightness_4
brightness_5
description
childCount
property
int
childCount
The number of children.
Implementation
int get childCount => _childCount;
Flutter
rendering
ContainerRenderObjectMixin
<
ChildType extends RenderObject
,
ParentDataType extends ContainerParentDataMixin<
ChildType
>
>
childCount property
ContainerRenderObjectMixin mixin