MhBodyMedium constructor
const
MhBodyMedium({
- Key? key,
- required String text,
- double topPadding = 0,
- double bottomPadding = 0,
- TextOverflow overflow = TextOverflow.ellipsis,
- Color? textColor,
- FontWeight fontWeight = FontWeight.normal,
Implementation
const MhBodyMedium(
{super.key,
required this.text,
this.topPadding = 0,
this.bottomPadding = 0,
this.overflow = TextOverflow.ellipsis,
this.textColor,
this.fontWeight = FontWeight.normal});