DotAnimationConfig class

Configuration for animating a single dot in the SpinnerWaveDot widget.

Constructors

DotAnimationConfig({required Interval heightInterval, required Interval offsetInterval, required Interval reverseHeightInterval, required Interval reverseOffsetInterval, required double maxHeight, required double maxOffset})
const
DotAnimationConfig.forIndex({required int index, required int dotCount, required double baseSize, required bool isEven})
Creates a config for a dot based on its index and total dot count.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
heightInterval Interval
final
maxHeight double
final
maxOffset double
final
offsetInterval Interval
final
reverseHeightInterval Interval
final
reverseOffsetInterval Interval
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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