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