leftEndBold top-level property Null safety
The left half of a bold horizontal box line.
If glyph.ascii is false
, this is "╸". If it's true
, this is
"-" instead.
Implementation
String get leftEndBold => glyph.glyphs.leftEndBold;
The left half of a bold horizontal box line.
If glyph.ascii is false
, this is "╸". If it's true
, this is
"-" instead.
String get leftEndBold => glyph.glyphs.leftEndBold;