DoctorView constructor
const
DoctorView({
- required String pluginName,
- required List<
DoctorSection> sections, - required int errors,
- required int warnings,
- VoidCallback? onExit,
- Key? key,
Implementation
const DoctorView({
required this.pluginName,
required this.sections,
required this.errors,
required this.warnings,
this.onExit,
super.key,
});