MephistoTextBodyBold1 constructor

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

Implementation

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