OptionsDiff constructor

const OptionsDiff({
  1. MathStyle? style,
  2. Color? color,
  3. MathSize? size,
  4. PartialFontOptions? textFontOptions,
  5. FontOptions? mathFontOptions,
})

Implementation

const OptionsDiff({
  this.style,
  this.color,
  this.size,
  // this.phantom,
  this.textFontOptions,
  this.mathFontOptions,
});