TextInfo constructor

TextInfo(
  1. String key, {
  2. required String text,
  3. double? fontSize,
  4. Color? color,
  5. bool isBold = false,
  6. int? lines,
  7. TextAlign? textAlign,
})

Implementation

TextInfo(this.key,{required this.text, this.fontSize,this.color,this.isBold=false,this.lines,this.textAlign});