MhLabelSmall constructor

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

Implementation

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