Config constructor
Config({})
Implementation
Config({
this.duration = Constants.duration,
this.letterWidth = Constants.letterWidth,
this.hoverColor = Colors.orange,
this.textColor = Colors.black,
this.expand = false,
this.textStyle,
});