verticalLineBold top-level property
A bold 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 verticalLineBold => glyph.glyphs.verticalLineBold;
A bold 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 verticalLineBold => glyph.glyphs.verticalLineBold;