GrxBodyLargeText constructor
const
GrxBodyLargeText(
- 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 GrxBodyLargeText(
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;