BugReportPage constructor

const BugReportPage({
  1. dynamic key = pageKey,
  2. String? imagePath,
  3. String? error,
  4. String? stack,
})

Implementation

const BugReportPage({
  super.key = pageKey,
  this.imagePath,
  this.error,
  this.stack,
});