NapaFlowDelegate class

Wrapper for FlowDelegate

Method getConstraintsForChild: dart signature: BoxConstraints getConstraintsForChild(int i, BoxConstraints constraints) lua signature: function getConstraintsForChild(i, constraints)

Method getSize: dart signature: Size getSize(BoxConstraints constraints) lua signature: function getSize(constraints)

Method paintChildren: dart signature: void paintChildren(FlowPaintingContext context) lua signature: function paintChildren(context)

Constructors

NapaFlowDelegate({NapaScriptType scriptType = .lua, String script = ''})

Properties

hashCode int
The hash code for this object.
no setterinherited
luaState ↔ LuaState
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
script String
getter/setter pair
scriptType NapaScriptType
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(dynamic data) NapaFlowDelegate?