SmartBadge constructor
const
SmartBadge({
- Key? key,
- String? text,
- SmartBadgeColor? color,
Implementation
const SmartBadge({super.key, this.text, this.color});
const SmartBadge({super.key, this.text, this.color});