DocxText.bold constructor
const
DocxText.bold(})
Bold text.
Implementation
const DocxText.bold(
this.content, {
this.color,
this.highlight = DocxHighlight.none,
this.shadingFill,
this.fontSize,
this.fontFamily,
this.fonts,
this.themeFill,
this.themeFillTint,
this.themeFillShade,
super.id,
}) : fontWeight = DocxFontWeight.bold,
fontStyle = DocxFontStyle.normal,
decorations = const [],
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;