MsTextSpan constructor

MsTextSpan(
  1. int pSeqNo,
  2. String text,
  3. String style,
  4. List<String> formats,
  5. int fontSize,
  6. String textColor,
  7. String highlightColor,
  8. Map<String, String> fonts,
  9. String shadingColor,
)

Implementation

MsTextSpan(this.pSeqNo, this.text, this.style, this.formats, this.fontSize, this.textColor, this.highlightColor, this.fonts, this.shadingColor);