TextSmall constructor
TextSmall(})
Implementation
TextSmall(super.text,
{super.key,
super.fontWeight,
Color? color,
super.maxLines,
super.height,
super.letterSpacing,
super.fontSize = 12,
super.style,
super.overflow,
super.textAlign,
super.fontType,
super.fontFamily})
: super(color: color ?? GlobalConfig().config.textColor?.smallColor);