Flutter
rendering
RenderView
size
size
Flutter
rendering
RenderView
size
property
size
Flutter
rendering
RenderView
Constructors
RenderView
Properties
configuration
isRepaintBoundary
orientation
paintBounds
semanticBounds
size
timeForRotation
alwaysNeedsCompositing
attached
child
constraints
debugCanParentUseSize
debugCreator
debugDoingThisLayout
debugDoingThisPaint
debugDoingThisResize
debugSemantics
depth
hashCode
isSemanticBoundary
layer
needsCompositing
needsLayout
owner
parent
parentData
runtimeType
semanticsAnnotator
sizedByParent
Operators
operator ==
Methods
compositeFrame
debugAssertDoesMeetConstraints
debugFillDescription
hitTest
paint
performLayout
performResize
rotate
scheduleInitialFrame
adoptChild
applyPaintTransform
attach
clearSemantics
debugDescribeChildren
debugPaint
debugRegisterRepaintBoundaryPaint
debugResetSize
describeApproximatePaintClip
detach
dropChild
handleEvent
invokeLayoutCallback
layout
markNeedsCompositingBitsUpdate
markNeedsLayout
markNeedsPaint
markNeedsSemanticsUpdate
markParentNeedsLayout
noSuchMethod
reassemble
redepthChild
redepthChildren
replaceRootLayer
scheduleInitialLayout
scheduleInitialPaint
scheduleInitialSemantics
setupParentData
toString
toStringDeep
toStringShallow
visitChildren
visitChildrenForSemantics
Size
size
The current layout size of the view.
Source
Size get size => _size;