DocxText.code constructor
const
DocxText.code(})
Inline code text.
Implementation
const DocxText.code(this.content,
{this.fontSize,
this.shadingFill,
this.color,
this.themeFill,
this.themeFillTint,
this.themeFillShade,
super.id})
: fontWeight = DocxFontWeight.normal,
fontStyle = DocxFontStyle.normal,
decorations = const [],
highlight = DocxHighlight.none,
fontFamily = 'Courier New',
fonts = null,
characterSpacing = null,
href = null,
themeColor = null,
themeTint = null,
themeShade = null,
isSuperscript = false,
isSubscript = false,
isAllCaps = false,
isSmallCaps = false,
isDoubleStrike = false,
isOutline = false,
isShadow = false,
isEmboss = false,
isImprint = false,
textBorder = null;