Properties class

Customization for FancyTextReveal

Constructors

Properties({Decoration? decoration, int milliseconds = 800, double verticalSpacing = 0.0, double horizontalSpacing = 0.0})
const

Properties

decoration Decoration?
For custom box decoration of the container.
final
hashCode int
The hash code for this object.
no setterinherited
horizontalSpacing double
For adding horizontal padding to the container.
final
milliseconds int
Duration of the animation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verticalSpacing double
For adding vertical padding to the container.
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