MephistoTextHeadingLight1 constructor

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

Implementation

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