KnowledgePanelTextElement constructor

const KnowledgePanelTextElement(
  1. {required String html,
  2. KnowledgePanelTextElementType? type,
  3. String? sourceLanguage,
  4. String? sourceLocale,
  5. String? sourceText,
  6. String? sourceUrl}
)

Implementation

const KnowledgePanelTextElement({
  required this.html,
  this.type,
  this.sourceLanguage,
  this.sourceLocale,
  this.sourceText,
  this.sourceUrl,
});