GrxLabelSmallText.rich constructor

const GrxLabelSmallText.rich(
  1. InlineSpan? textSpan, {
  2. Key? key,
  3. TextAlign? textAlign,
  4. GrxTextTransform transform = GrxTextTransform.none,
  5. Color? color,
  6. FontWeight? fontWeight,
  7. TextDecoration? decoration,
  8. TextOverflow? overflow,
  9. bool isLoading = false,
})

Implementation

const GrxLabelSmallText.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;