InteractableAnimation class

Represents an interactable animation.

Constructors

InteractableAnimation({required InteractableAnimationType type, Duration duration = const Duration(seconds: 1), Duration delay = Duration.zero, bool manualTrigger = false, double from = 0, bool? infinite})
Creates a new InteractableAnimation instance.
const

Properties

delay Duration
The animation delay.
final
duration Duration
The animation duration.
final
from double
The starting value. Not used by all types.
final
hashCode int
The hash code for this object.
no setterinherited
infinite bool
Whether this animation is infinite. Not used by all types.
final
manualTrigger bool
Whether this animation should be manually triggered.
final
props List<Object?>
The properties list.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type InteractableAnimationType
The animation type.
final

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