TenunSwitchBlockedFallback constructor
const
TenunSwitchBlockedFallback({
- Key? key,
- required ValidatedChartTypeSwitchResult result,
- required Map<
String, dynamic> rawPayload, - required bool requireRegisteredType,
- required int validationReportMaxIssues,
- String title = 'Chart type switch blocked',
- String? message,
- String? detailMessage,
- bool showDoctorSummary = true,
- bool showValidationDetails = true,
- bool showQuickFixes = true,
- int maxQuickFixes = 3,
- TenunDiagnosticFallbackOptions? options,
Implementation
const TenunSwitchBlockedFallback({
super.key,
required this.result,
required this.rawPayload,
required this.requireRegisteredType,
required this.validationReportMaxIssues,
this.title = 'Chart type switch blocked',
this.message,
this.detailMessage,
this.footerChildren = const [],
this.showDoctorSummary = true,
this.showValidationDetails = true,
this.showQuickFixes = true,
this.maxQuickFixes = 3,
this.options,
});