Flutter
rendering
ContainerRenderObjectMixin
childCount
childCount
Flutter
rendering
ContainerRenderObjectMixin
childCount
property
childCount
Flutter
rendering
ContainerRenderObjectMixin
Constructors
ContainerRenderObjectMixin
Properties
childCount
firstChild
lastChild
alwaysNeedsCompositing
attached
constraints
debugCanParentUseSize
debugCreator
debugDoingThisLayout
debugDoingThisPaint
debugDoingThisResize
debugSemantics
depth
hashCode
isRepaintBoundary
isSemanticBoundary
layer
needsCompositing
needsLayout
owner
paintBounds
parent
parentData
runtimeType
semanticBounds
semanticsAnnotator
sizedByParent
Operators
operator ==
Methods
add
addAll
attach
childAfter
childBefore
debugDescribeChildren
detach
insert
move
redepthChildren
remove
removeAll
visitChildren
adoptChild
applyPaintTransform
clearSemantics
debugAssertDoesMeetConstraints
debugFillDescription
debugPaint
debugRegisterRepaintBoundaryPaint
debugResetSize
describeApproximatePaintClip
dropChild
handleEvent
invokeLayoutCallback
layout
markNeedsCompositingBitsUpdate
markNeedsLayout
markNeedsPaint
markNeedsSemanticsUpdate
markParentNeedsLayout
noSuchMethod
paint
performLayout
performResize
reassemble
redepthChild
replaceRootLayer
rotate
scheduleInitialLayout
scheduleInitialPaint
scheduleInitialSemantics
setupParentData
toString
toStringDeep
toStringShallow
visitChildrenForSemantics
int
childCount
The number of children.
Source
int get childCount => _childCount;