UFUHtmlViewer constructor

const UFUHtmlViewer({
  1. Key? key,
  2. String? data,
  3. Color? ulColor,
  4. Color? liColor,
  5. Color? strongColor,
  6. Color? emColor,
  7. Color? insColor,
  8. Color? pColor,
  9. Color? spanColor,
})

Implementation

const UFUHtmlViewer({
  super.key,
  this.data,
  this.ulColor,
  this.liColor,
  this.strongColor,
  this.emColor,
  this.insColor,
  this.pColor,
  this.spanColor,
});