TextRF constructor
const
TextRF(
- String? text, {
- String? languageSource,
- double? size,
- FontWeight? weight,
- Color? color,
- bool visible = true,
- TextStyle? style,
- TextAlign align = TextAlign.left,
- TextOverflow overflow = TextOverflow.ellipsis,
- int? maxLine,
- dynamic template,
Implementation
const TextRF(
this.text, {
this.languageSource,
this.size,
this.weight,
this.color,
this.visible = true,
this.style,
this.align = TextAlign.left,
this.overflow = TextOverflow.ellipsis,
this.maxLine,
this.template,
});