GrxTitleLargeText constructor
      const
      GrxTitleLargeText(
    
- String? text, {
 - Key? key,
 - TextAlign? textAlign,
 - GrxTextTransform transform = GrxTextTransform.none,
 - Color? color,
 - FontWeight? fontWeight,
 - TextDecoration? decoration,
 - TextOverflow? overflow,
 - bool isLoading = false,
 
Creates a Design System's Text.
Implementation
const GrxTitleLargeText(
  this.text, {
  super.key,
  this.textAlign,
  this.transform = GrxTextTransform.none,
  this.color,
  this.fontWeight,
  this.decoration,
  this.overflow,
  this.isLoading = false,
}) : textSpan = null,
     style = null;