AppText constructor

AppText({
  1. Key? key,
  2. TextStyle? googlefont,
  3. Color? color,
  4. required String text,
  5. double? size,
  6. double? letterspace,
  7. FontWeight? weight,
  8. String? family,
  9. TextAlign? textalign,
  10. int? maxline,
})

Implementation

AppText({
 super.key, this.googlefont,this.color,required this.text,this.size,this.letterspace,this.weight,this.family,this.textalign,this.maxline
  });