Methods
-
addToRenderPath(RenderPath renderPath, Mat2D transform)
→ void
-
-
advance(double seconds, {int flags = 9})
→ bool
-
-
animationAt(int index)
→ Animation
-
-
animationCount()
→ int
-
-
animationNamed(String name)
→ Animation?
-
-
bindViewModelInstance(ViewModelInstance viewModelInstance)
→ void
-
Binds the provided
viewModelInstance to the artboard
-
cascadeLayoutStyle(int direction)
→ void
-
-
component(String name)
→ Component?
-
-
defaultStateMachine()
→ StateMachine?
-
-
dispose()
→ void
-
-
draw(Renderer renderer)
→ void
-
-
getText(String runName, {String? path})
→ String
-
Get a text run value with
runName at optional path.
-
hasComponentDirt()
→ bool
-
-
heightIntrinsicallySizeOverride(bool intrinsic)
→ void
-
-
heightOverride(double height, int heightUnitValue, bool isRow)
→ void
-
-
internalUpdateDataBinds()
→ void
-
This method is used internally and should not be called directly.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onEvent(void callback(int))
→ CallbackHandler
-
-
onIsAncestor(int callback(int artboardId))
→ CallbackHandler
-
-
onLayoutChanged(void callback())
→ CallbackHandler
-
-
onLayoutDirty(void callback())
→ CallbackHandler
-
Callback for when a layout style of a nested artboard has changed.
-
onRootTransform(double callback(Vec2D pos, bool xAxis))
→ CallbackHandler
-
-
onTestBounds(int callback(Vec2D pos, bool skip))
→ CallbackHandler
-
-
onTransformDirty(void callback())
→ CallbackHandler
-
Callback for when a layout style of a nested artboard has changed.
-
parentIsRow(bool isRow)
→ void
-
-
reset()
→ void
-
-
resetArtboardSize()
→ void
-
-
setText(String runName, String value, {String? path})
→ bool
-
Set a text run value with
runName at optional path to value.
-
stateMachine(String name)
→ StateMachine?
-
-
stateMachineAt(int index)
→ StateMachine?
-
-
stateMachineCount()
→ int
-
-
syncStyleChanges()
→ void
-
-
takeLayoutNode()
→ dynamic
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateLayoutBounds(bool animate)
→ void
-
-
updatePass()
→ bool
-
-
widthIntrinsicallySizeOverride(bool intrinsic)
→ void
-
-
widthOverride(double width, int widthUnitValue, bool isRow)
→ void
-