TextValueRunRuntime class abstract

A text run value in a Rive artboard.

Constructors

TextValueRunRuntime()

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the text run - empty if not exported in the Rive Editor
no setter
path String
The nested artboard path of the text run, relative to the artboard this was retrieved from - see Artboard.textRuns.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The text value of the text run
getter/setter pair

Methods

dispose() → void
Dispose the text run.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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