TenunRenderErrorFallback constructor
const
TenunRenderErrorFallback({
- Key? key,
- required Object error,
- StackTrace? stackTrace,
- Map<
String, dynamic> ? rawPayload, - bool requireRegisteredType = false,
- int validationReportMaxIssues = 3,
- String title = 'Chart render error',
- String? message = 'The chart could not be rendered.',
- String? detailMessage,
- bool showDoctorSummary = true,
- bool showValidationDetails = true,
- bool showErrorDetails = true,
- bool showQuickFixes = true,
- int maxQuickFixes = 3,
- TenunDiagnosticFallbackOptions? options,
Implementation
const TenunRenderErrorFallback({
super.key,
required this.error,
this.stackTrace,
this.rawPayload,
this.requireRegisteredType = false,
this.validationReportMaxIssues = 3,
this.title = 'Chart render error',
this.message = 'The chart could not be rendered.',
this.detailMessage,
this.footerChildren = const [],
this.showDoctorSummary = true,
this.showValidationDetails = true,
this.showErrorDetails = true,
this.showQuickFixes = true,
this.maxQuickFixes = 3,
this.options,
});