verticalLine top-level property Null safety
A vertical line that can be used to draw a box.
If glyph.ascii is false
, this is "│". If it's true
, this is
"|" instead.
Implementation
String get verticalLine => glyph.glyphs.verticalLine;
A vertical line that can be used to draw a box.
If glyph.ascii is false
, this is "│". If it's true
, this is
"|" instead.
String get verticalLine => glyph.glyphs.verticalLine;