WiredashFeedbackOptions constructor

const WiredashFeedbackOptions({
  1. List<Label>? labels,
  2. EmailPrompt? email,
  3. FutureOr<CustomizableWiredashMetaData> collectMetaData(
    1. CustomizableWiredashMetaData metaData
    )?,
  4. ScreenshotPrompt? screenshot,
})

Implementation

const WiredashFeedbackOptions({
  this.labels,
  this.email,
  this.collectMetaData,
  this.screenshot,
});