AtomicAnimations class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Static Properties
- heroFlightShuttleBuilder ↔ HeroFlightShuttleBuilder
-
getter/setter pair
Static Methods
-
fadeTween(
{double begin = 0.0, double end = 1.0}) → Tween< double> -
pageRouteBuilder<
T> ({required Widget page, Duration duration = normal, Curve curve = pageCurve}) → Route< T> -
rotationTween(
{double begin = 0.0, double end = 1.0}) → Tween< double> -
scaleTween(
{double begin = 0.0, double end = 1.0}) → Tween< double> -
slideTween(
{Offset begin = const Offset(0.0, 1.0), Offset end = Offset.zero}) → Tween< Offset> -
staggerDelay(
int index, {Duration baseDelay = const Duration(milliseconds: 50)}) → Duration
Constants
- accelerateEasing → const Curve
- bounceIn → const Curve
- bounceInOut → const Curve
- bounceOut → const Curve
- decelerateEasing → const Curve
- ease → const Curve
- easeIn → const Curve
- easeInOut → const Curve
- easeOut → const Curve
- elasticIn → const Curve
- elasticOut → const Curve
- fast → const Duration
- instant → const Duration
- linear → const Curve
- listItemCurve → const Curve
- loading → const Duration
- modalCurve → const Curve
- modalShow → const Duration
- normal → const Duration
- pageCurve → const Curve
- pageTransition → const Duration
- shimmer → const Duration
- slow → const Duration
- slower → const Duration
- slowest → const Duration
- staggerInterval → const Duration
- standardEasing → const Curve