TextStatusBadge constructor
const
TextStatusBadge({})
Implementation
const TextStatusBadge({
super.key,
required this.status,
// @Deprecated(
// 'Use backgroundColorKey or theme tokens; this prop will be removed in a future release.')
this.backgroundColor = const Color(0xFFFDDC69), // Default background color
this.color = const Color(0xFF000000), // Default text color
this.textColorKey,
this.backgroundColorKey,
this.borderColor,
this.borderColorKey,
});