Flutter
rendering
RenderView
size property
size
RenderView class
Constructors
RenderView
Properties
automaticSystemUiAdjustment
configuration
isRepaintBoundary
paintBounds
semanticBounds
size
alwaysNeedsCompositing
attached
child
constraints
debugCanParentUseSize
debugCreator
debugDoingThisLayout
debugDoingThisPaint
debugDoingThisResize
debugLayer
debugNeedsLayout
debugNeedsPaint
debugSemantics
depth
hashCode
layer
needsCompositing
owner
parent
parentData
runtimeType
sizedByParent
Methods
applyPaintTransform
compositeFrame
debugAssertDoesMeetConstraints
debugFillProperties
hitTest
paint
performLayout
performResize
rotate
scheduleInitialFrame
adoptChild
assembleSemanticsNode
attach
clearSemantics
debugDescribeChildren
debugPaint
debugRegisterRepaintBoundaryPaint
debugResetSize
debugValidateChild
describeApproximatePaintClip
describeSemanticsClip
describeSemanticsConfiguration
detach
dropChild
getTransformTo
handleEvent
invokeLayoutCallback
layout
markNeedsCompositingBitsUpdate
markNeedsLayout
markNeedsLayoutForSizedByParentChange
markNeedsPaint
markNeedsSemanticsUpdate
markParentNeedsLayout
noSuchMethod
reassemble
redepthChild
redepthChildren
replaceRootLayer
scheduleInitialLayout
scheduleInitialPaint
scheduleInitialSemantics
sendSemanticsEvent
setupParentData
showOnScreen
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
visitChildren
visitChildrenForSemantics
Operators
operator ==
size property
Size
size
The current layout size of the view.
Implementation
Size get size => _size;