SuperChar constructor
SuperChar(})
Constructs a SuperChar widget.
Implementation
SuperChar(
String char, {
super.key,
required this.animDuration,
required this.type,
this.style,
this.textScaleFactor,
}) {
this.char.value = char;
}