BugDetailScreen constructor
Implementation
const BugDetailScreen({
super.key,
required this.title,
required this.desc,
required this.date,
required this.developer,
required this.status,
required this.severity,
required this.onUpdate,
});