MephistoTextHeadingLight constructor

const MephistoTextHeadingLight({
  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. Color? textColor,
  9. FontWeight? fontWeight,
})

Implementation

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