TUIBadge constructor
const
TUIBadge({
- Key? key,
- required TUIBadgeSize badgeSize,
- String? content,
- bool isNumbered = false,
Implementation
const TUIBadge({
super.key,
required this.badgeSize,
this.content,
this.isNumbered = false,
});