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