MEBadge constructor
const
MEBadge({})
Implementation
const MEBadge({
Key? key,
required this.positioned,
required this.badgecolor,
this.badgeSize,
this.label,
this.labelSize = 10,
this.labelColor = Colors.black87,
}) : super(key: key);