XMenuAnimationStyle class

Constructors

XMenuAnimationStyle({Duration duration = const Duration(milliseconds: 300), Animation<double>? translationAnimation, Animation<double>? rotationAnimation, Curve rotationCurve = Curves.easeOut, Duration delayDuration = const Duration(milliseconds: 0), double translateOffsetValue = 1, double matrixRotateValue = 0.6, Matrix4 transformMatrixType(double value, double scaleValue) = defaultTransformMatrixRotation})
const

Properties

delayDuration Duration
final
duration Duration
final
hashCode int
The hash code for this object.
no setterinherited
matrixRotateValue double
final
rotationAnimation Animation<double>?
final
rotationCurve Curve
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformMatrixType Matrix4 Function(double value, double scaleValue)
final
translateOffsetValue double
final
translationAnimation Animation<double>?
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

Static Methods

defaultTransformMatrixRotation(double value, double scaleValue) Matrix4