MhLabelLarge constructor

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

Implementation

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