RavenPayText.bodyText constructor
RavenPayText.bodyText(})
Implementation
RavenPayText.bodyText(
this.text, {
super.key,
Color? color,
double? fontSize,
this.align,
this.maxLine,
this.overflow,
this.fontFamily,
}) : style = bodyText.copyWith(fontSize: fontSize, color: color);