Flutter
rendering
PictureLayer
PictureLayer constructor
PictureLayer
PictureLayer class
Constructors
PictureLayer
Properties
canvasBounds
isComplexHint
picture
willChangeHint
alwaysNeedsAddToScene
attached
debugCreator
debugSubtreeNeedsAddToScene
depth
hashCode
nextSibling
owner
parent
previousSibling
runtimeType
Methods
addToScene
debugFillProperties
find
adoptChild
attach
debugDescribeChildren
debugMarkClean
detach
dropChild
markNeedsAddToScene
noSuchMethod
redepthChild
redepthChildren
remove
replaceWith
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
updateSubtreeNeedsAddToScene
Operators
operator ==
PictureLayer constructor
PictureLayer
(
Rect
canvasBounds
)
Creates a leaf layer for the layer tree.
Implementation
PictureLayer(this.canvasBounds);