TenunDiagnosticFallbackOptions constructor
const
TenunDiagnosticFallbackOptions({})
Implementation
const TenunDiagnosticFallbackOptions({
this.title,
this.message,
this.detailMessage,
this.footerChildren = const [],
this.showDoctorSummary = true,
this.showValidationDetails = true,
this.showErrorDetails = true,
this.showQuickFixes = true,
this.maxQuickFixes = 3,
});