MhLabelMedium constructor

const MhLabelMedium({
  1. Key? key,
  2. required String text,
  3. TextOverflow overflow = TextOverflow.ellipsis,
})

Implementation

const MhLabelMedium(
    {super.key, required this.text, this.overflow = TextOverflow.ellipsis});