SmartBadge constructor

const SmartBadge({
  1. Key? key,
  2. String? text,
  3. SmartBadgeColor? color,
})

Implementation

const SmartBadge({super.key, this.text, this.color});