HypertextThemeExtension constructor

const HypertextThemeExtension({
  1. bool lowercaseAttrName = true,
  2. bool lowercaseElementName = true,
  3. bool ignoreErrorMarkup = false,
  4. List<HyperMarkup>? markups,
  5. ColorMapper? colorMapper,
})

Implementation

const HypertextThemeExtension({
  this.lowercaseAttrName = true,
  this.lowercaseElementName = true,
  this.ignoreErrorMarkup = false,
  this.markups,
  this.colorMapper,
});