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