AnimationConfig class
Animation configuration that can be chained
Constructors
- AnimationConfig({double? scale, double? scaleX, double? scaleY, double? opacity, Offset? translate, double? translateX, double? translateY, double? rotate, SlideDirection? slideIn, Duration duration = const Duration(milliseconds: 300), Duration delay = Duration.zero, Curve curve = Curves.easeInOut, bool repeat = false, bool reverse = false, int? repeatCount, bool persist = false, bool bounce = false, bool pulse = false})
Properties
- bounce ↔ bool
-
getter/setter pair
- curve ↔ Curve
-
getter/setter pair
- delay ↔ Duration
-
getter/setter pair
- duration ↔ Duration
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- opacity ↔ double?
-
getter/setter pair
- persist ↔ bool
-
getter/setter pair
- pulse ↔ bool
-
getter/setter pair
- repeat ↔ bool
-
getter/setter pair
- repeatCount ↔ int?
-
getter/setter pair
- reverse ↔ bool
-
getter/setter pair
- rotate ↔ double?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scale ↔ double?
-
getter/setter pair
- scaleX ↔ double?
-
getter/setter pair
- scaleY ↔ double?
-
getter/setter pair
- slideIn ↔ SlideDirection?
-
getter/setter pair
- translate ↔ Offset?
-
getter/setter pair
- translateX ↔ double?
-
getter/setter pair
- translateY ↔ double?
-
getter/setter pair
Methods
-
copyWith(
{double? scale, double? scaleX, double? scaleY, double? opacity, Offset? translate, double? translateX, double? translateY, double? rotate, SlideDirection? slideIn, Duration? duration, Duration? delay, Curve? curve, bool? repeat, bool? reverse, int? repeatCount, bool? persist, bool? bounce, bool? pulse}) → AnimationConfig -
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.
override