DoctorView constructor
const
DoctorView({})
Implementation
const DoctorView({
required this.pluginName,
required this.sections,
required this.errors,
required this.warnings,
this.errorMessage,
this.onExit,
super.key,
});