LargeBadge constructor
const
LargeBadge({})
Implementation
const LargeBadge({
required this.value,
required this.size,
this.textColor = Colors.white,
this.backgroundColor = Colors.red,
super.key,
});
const LargeBadge({
required this.value,
required this.size,
this.textColor = Colors.white,
this.backgroundColor = Colors.red,
super.key,
});