GrxDisplaySmallText.rich constructor
      const
      GrxDisplaySmallText.rich(
    
    
- InlineSpan? textSpan, {
- Key? key,
- TextAlign? textAlign,
- GrxTextTransform transform = GrxTextTransform.none,
- Color? color,
- FontWeight? fontWeight,
- TextDecoration? decoration,
- TextOverflow? overflow,
- bool isLoading = false,
Implementation
const GrxDisplaySmallText.rich(
  this.textSpan, {
  super.key,
  this.textAlign,
  this.transform = GrxTextTransform.none,
  this.color,
  this.fontWeight,
  this.decoration,
  this.overflow,
  this.isLoading = false,
}) : text = null,
     style = null;