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