MephistoIconBadge constructor

const MephistoIconBadge({
  1. Key? key,
  2. Widget? icon,
  3. bool? shrink = true,
  4. Function? onTap,
  5. String? variant = 'md',
  6. bool? showOutline = false,
})

Implementation

const MephistoIconBadge(
    {super.key,
    this.icon,
    this.shrink = true,
    this.onTap,
    this.variant = 'md',
    this.showOutline = false});