teeDown top-level property Null safety
A horizontal box line with a vertical line going down from the middle.
If glyph.ascii is false
, this is "┬". If it's true
, this is
"+" instead.
Implementation
String get teeDown => glyph.glyphs.teeDown;
A horizontal box line with a vertical line going down from the middle.
If glyph.ascii is false
, this is "┬". If it's true
, this is
"+" instead.
String get teeDown => glyph.glyphs.teeDown;