RevealLetterDecoration class

To decorate the reveal letter animation

Constructors

RevealLetterDecoration({Offset shakeOffset = const Offset(40, 0), double scaleFactor = 3, Curve shakeCurve = Curves.elasticIn, Curve scaleCurve = Curves.easeInOut, Duration animationDuration = const Duration(milliseconds: 1000)})
const

Properties

animationDuration Duration
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleCurve Curve
final
scaleFactor double
final
shakeCurve Curve
final
shakeOffset Offset
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