TextExtraLarge constructor
TextExtraLarge(})
Implementation
TextExtraLarge(super.text,
{super.key,
Color? color,
super.maxLines,
super.height,
super.letterSpacing,
super.fontSize = 18,
super.style,
super.overflow,
super.textAlign,
super.fontWeight = FontWeights.semiBold,
super.fontFamily})
: super(color: color ?? Global().config.textColor?.veryLargeColor);