Config class

Constructors

Config({Duration duration = Constants.duration, double letterWidth = Constants.letterWidth, Color hoverColor = Colors.orange, Color textColor = Colors.black, bool expand = false, TextStyle? textStyle})

Properties

duration Duration
duration This is a user defined duration
final
expand bool
expand This is to define whether the text should occupy all the available space
final
hashCode int
The hash code for this object.
no setterinherited
hoverColor Color
hoverColor This is the color used when a text letter is hovered
final
letterWidth double
letterWidth This is the width of a single letter of your text
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color
textColor This is the initial text color before the hover effect
final
textStyle TextStyle?
textStyle This is the text style
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