ExtendedLoop mixin

A mixin that provides an extended loop with transition timing for animations.

This mixin allows classes to perform an animation loop with a specified transition function, enabling smooth animations over a given duration.

Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

loopWithTransitionTiming(void function(double curveT), {required Duration duration, required bool mounted, double transitionFunction(double t) = linear, dynamic onDone()?}) → dynamic
Performs a loop with transition timing for animations.
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