Panel( {Key? key, required this.title, this.desc, this.status, this.body, this.footer}) : super(key: key);