TextStatusBadge constructor
const
TextStatusBadge({})
Implementation
const TextStatusBadge({
super.key,
required this.status,
this.backgroundColor = const Color(0xFFFDDC69), // Default background color
this.color = const Color(0xFF000000), // Default text color
});