const RequirementsDialog({ Key? key, required this.title, required this.requisites, this.extra, }) : super(key: key);