crossBold top-level property Null safety
An intersection of bold vertical and horizontal box lines.
If glyph.ascii is false
, this is "╋". If it's true
, this is
"+" instead.
Implementation
String get crossBold => glyph.glyphs.crossBold;
An intersection of bold vertical and horizontal box lines.
If glyph.ascii is false
, this is "╋". If it's true
, this is
"+" instead.
String get crossBold => glyph.glyphs.crossBold;