ScaleInRight class

Inheritance

Constructors

ScaleInRight({Duration? delay = Duration.zero, Duration? duration = const Duration(milliseconds: 300), Curve? curve, double? begin, double? end})

Properties

begin double?
final
curve Curve?
The curve for the specific AnimationEffect.
finalinherited
delay Duration?
The delay for this specific AnimationEffect.
finalinherited
duration Duration?
The duration for the specific AnimationEffect.
finalinherited
end double?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context, Widget child, Animation<double> animation, EffectEntry entry, Duration totalDuration) Widget
override
buildAnimation(EffectEntry entry, Duration totalDuration, {required double begin, required double end}) Animatable<double>
inherited
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

Constants

beginValue → const double
endValue → const double