NeuronTransitionSpec class
Constructors
- NeuronTransitionSpec({Duration duration = const Duration(milliseconds: 320), Duration reverseDuration = const Duration(milliseconds: 280), Curve curve = Curves.easeOutCubic, Curve reverseCurve = Curves.easeInCubic, Alignment alignment = Alignment.center, double parallax = 0.08, double blurSigma = 8})
-
const
Properties
- alignment → Alignment
-
final
- blurSigma → double
-
final
- curve → Curve
-
final
- duration → Duration
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- parallax → double
-
final
- reverseCurve → Curve
-
final
- reverseDuration → Duration
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Duration? duration, Duration? reverseDuration, Curve? curve, Curve? reverseCurve, Alignment? alignment, double? parallax, double? blurSigma}) → NeuronTransitionSpec -
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