TouchRippleAnimation class
Constructors
- TouchRippleAnimation({Duration? fadeInDuration, Curve? fadeInCurve, Duration? fadeOutDuration, Curve? fadeOutCurve})
-
const
Properties
- fadeInCurve → Curve?
-
final
- fadeInDuration → Duration?
-
final
- fadeOutCurve → Curve?
-
final
- fadeOutDuration → Duration?
-
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
-
merge(
TouchRippleAnimation? other) → TouchRippleAnimation - Merges the current TouchRippleAnimation with another, using the provided animation values if available. If the other behavior is null or lacks specific values, defaults to the current animation values.
-
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