Tranx class

Tranx ~ AnimatedWidget and Tween configuration class

Inheritance

Constructors

Tranx()

Properties

data TranxData
getter/setter pairinherited
fallback TranxData
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ace(Ace begin, Ace end) Tranx
call() Widget
override
decor(Decor begin, Decor end) Tranx
fade(double begin, double end) Tranx
ink(Ink begin, Ink end) Tranx
lerp(dynamic tranx) Tranx
override
media(Photo begin, Photo end) Tranx
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
radii(Radii begin, Radii end) Tranx
rotate(double begin, double end) Tranx
scale(double begin, double end, [Alignment alignment = Alignment.center]) Tranx
size(Size begin, Size end, [Alignment alignment = Alignment.center]) Tranx
size_horz(double begin, double end, [Alignment alignment = Alignment.center]) Tranx
size_vert(double begin, double end, [Alignment alignment = Alignment.center]) Tranx
toString() String
A string representation of this object.
inherited
translate(Offset begin, Offset end) Tranx
txt(Txt begin, Txt end) Tranx
withAnimation(Animation<double>? animation) Tranx
withChild(Widget? child) Tranx
command to set child
inherited
x3D(X3D begin, X3D end) Tranx

Operators

operator &(dynamic data) Tranx
inherited
operator *(double factor) Tranx
override
operator +(Tranx operand) Tranx
override
operator -(Tranx operand) Tranx
override
operator ==(Object other) bool
The equality operator.
inherited
operator |(dynamic data) Tranx
inherited