MephistoTextCaptionBold constructor
- Key? key,
- required String text,
- TextAlign? textAlign,
- int? maxLines,
- TextOverflow? textOverflow,
- Color? textColor,
- bool? disableTranslate = false,
- bool? isUnderlined = false,
- FontWeight? fontWeight,
Implementation
const MephistoTextCaptionBold(
{super.key,
required this.text,
this.textAlign,
this.maxLines,
this.textOverflow,
this.textColor,
this.disableTranslate = false,
this.isUnderlined = false,
this.fontWeight});