TextRF constructor

const TextRF(
  1. String text, {
  2. Key? key,
  3. Color? color,
  4. double? size,
  5. FontWeight? fontWeight,
  6. TextAlign? textAlign,
})

Implementation

const TextRF(this.text,
    {super.key, this.color, this.size, this.fontWeight, this.textAlign});