TranxData class

Inheritance

Constructors

TranxData({Widget? child, Animation<double>? animation})

Properties

animation Animation<double>?
getter/setter pair
child Widget?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

lerp(dynamic data) TranxData
override
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 &(dynamic data) TranxData
inherited
operator *(double operand) TranxData
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator |(dynamic data) TranxData
inherited