TenunDiagnosticFallbackOptions constructor

const TenunDiagnosticFallbackOptions({
  1. String? title,
  2. String? message,
  3. String? detailMessage,
  4. List<Widget> footerChildren = const [],
  5. bool showDoctorSummary = true,
  6. bool showValidationDetails = true,
  7. bool showErrorDetails = true,
  8. bool showQuickFixes = true,
  9. int maxQuickFixes = 3,
})

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,
});