GrxDisplayLargeText.rich constructor
const
GrxDisplayLargeText.rich(
- InlineSpan? textSpan, {
- Key? key,
- TextAlign? textAlign,
- GrxTextTransform transform = GrxTextTransform.none,
- Color? color,
- FontWeight? fontWeight,
- TextDecoration? decoration,
- TextOverflow? overflow,
- bool isLoading = false,
Implementation
const GrxDisplayLargeText.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;