TextLarge constructor
TextLarge(})
Implementation
TextLarge(super.text,
{super.key,
Color? color,
super.maxLines,
super.height,
super.letterSpacing,
super.fontSize = 16,
super.style,
super.overflow,
super.textAlign,
super.fontType = FontType.semiBold,
super.fontWeight,
super.fontFamily})
: super(color: color ?? GlobalConfig().config.textColor?.largeColor);