MephistoTextBodyLight1 constructor

const MephistoTextBodyLight1({
  1. Key? key,
  2. required String text,
  3. TextAlign? textAlign,
  4. int? maxLines,
  5. TextOverflow? textOverflow,
  6. bool? disableTranslate = false,
  7. Color? textColor,
  8. FontWeight? fontWeight,
  9. double? size,
  10. bool? isUnderlined = false,
})

Implementation

const MephistoTextBodyLight1(
    {super.key,
    required this.text,
    this.textAlign,
    this.maxLines,
    this.textOverflow,
    this.disableTranslate = false,
    this.textColor,
    this.fontWeight,
    this.size,
    this.isUnderlined = false});