ScaleAnimation class

  • 🔥 scale all axis of widget
  • 🔥 fromX and toX scales the x axis
  • 🔥 fromY and toY scales the y axis
  • 🔥 fromZ and toZ scales the z axis
Inheritance

Constructors

ScaleAnimation.scale({double from = 0, double to = 1})
const
ScaleAnimation.x({double from = 0, double to = 1})
const
ScaleAnimation.xyz({double fromY = 0, double toX = 1, double fromX = 0, double toY = 1, double fromZ = 0, double toZ = 1})
const
ScaleAnimation.y({double from = 0, double to = 1})
const
ScaleAnimation.z({double from = 0, double to = 1})
const

Properties

fromX → double
final
fromY → double
final
fromZ → double
final
hashCode → int
The hash code for this object.
no setterinherited
props → List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stringify → bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
toX → double
final
toY → double
final
toZ → double
final

Methods

handle(Matrix4 transform, double t) → void
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 ==(Object other) → bool
The equality operator.
inherited