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