FancyDioInspectorL10nOptions constructor

const FancyDioInspectorL10nOptions({
  1. String appBarText = FancyStrings.appBarText,
  2. String requestsText = FancyStrings.requests,
  3. String responsesText = FancyStrings.responses,
  4. String errorsText = FancyStrings.errors,
  5. String searchHintText = FancyStrings.search,
  6. String cURLText = FancyStrings.cURL,
  7. String copyText = FancyStrings.copy,
  8. String copiedText = FancyStrings.copied,
  9. String cURLCopiedText = FancyStrings.cURLCopied,
  10. String urlTitleText = FancyStrings.urlTitle,
  11. String requestTitleText = FancyStrings.requestTitle,
  12. String headersTitleText = FancyStrings.headersTitle,
  13. String responseTitleText = FancyStrings.responseTitle,
  14. String errorTitleText = FancyStrings.errorTitle,
})

Implementation

const FancyDioInspectorL10nOptions({
  this.appBarText = FancyStrings.appBarText,
  this.requestsText = FancyStrings.requests,
  this.responsesText = FancyStrings.responses,
  this.errorsText = FancyStrings.errors,
  this.searchHintText = FancyStrings.search,
  this.cURLText = FancyStrings.cURL,
  this.copyText = FancyStrings.copy,
  this.copiedText = FancyStrings.copied,
  this.cURLCopiedText = FancyStrings.cURLCopied,
  this.urlTitleText = FancyStrings.urlTitle,
  this.requestTitleText = FancyStrings.requestTitle,
  this.headersTitleText = FancyStrings.headersTitle,
  this.responseTitleText = FancyStrings.responseTitle,
  this.errorTitleText = FancyStrings.errorTitle,
});