MhTitleSmall constructor
const
MhTitleSmall({
- Key? key,
- required String text,
- TextOverflow overflow = TextOverflow.ellipsis,
- Color? textColor,
Implementation
const MhTitleSmall(
{super.key,
required this.text,
this.overflow = TextOverflow.ellipsis,
this.textColor});