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