SlideInLeft class

Inheritance

Constructors

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

Properties

begin Offset?
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 Offset?
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 Offset begin, required Offset end}) Animatable<Offset>
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 Offset
endValue → const Offset