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