StatusColors constructor
const
StatusColors({})
Implementation
const StatusColors({
this.pending = const Color(0xFF6B7280),
this.approved = const Color(0xFF3B82F6),
this.inProgress = const Color(0xFFF97316),
this.testflight = const Color(0xFF06B6D4),
this.completed = const Color(0xFF22C55E),
this.rejected = const Color(0xFFEF4444),
});