rive package
documentation
rive
ArtboardBase
appendChild method
appendChild
appendChild
method
Null safety
void
appendChild
(
Component
child
)
inherited
Implementation
void appendChild(Component child) { child.parent = this; }
rive package
documentation
rive
ArtboardBase
appendChild method
ArtboardBase class
Constructors
ArtboardBase
Properties
artboard
canBeOrphaned
childOpacity
children
clip
context
coreType
coreTypes
dependents
dirt
graphOrder
hashCode
hasValidated
height
id
name
opacity
originX
originY
parent
parentId
runtimeType
userData
width
worldTransform
x
y
Methods
addDependent
addDirt
appendChild
buildDependencies
buildDrawOrder
childAdded
childRemoved
clearDependencies
clipChanged
clone
copy
forAll
forEachChild
heightChanged
import
isValidParent
markRebuildDependencies
markWorldTransformDirty
nameChanged
noSuchMethod
onAdded
onAddedDirty
onDependencyRemoved
onDirty
onRemoved
opacityChanged
originXChanged
originYChanged
parentChanged
parentIdChanged
prependChild
remove
removeRecursive
resolveArtboard
toString
update
userDataChanged
validate
visitAncestor
widthChanged
xChanged
yChanged
Operators
operator ==
Constants
clipInitialValue
clipPropertyKey
heightInitialValue
heightPropertyKey
originXInitialValue
originXPropertyKey
originYInitialValue
originYPropertyKey
typeKey
widthInitialValue
widthPropertyKey
xInitialValue
xPropertyKey
yInitialValue
yPropertyKey