leftArrow top-level property

String leftArrow

A left-pointing arrow.

Note that the Unicode arrow glyphs may overlap with adjacent characters in some terminal fonts, and should generally be surrounding by spaces.

If glyph.ascii is false, this is "←". If it's true, this is "<" instead.

Implementation

String get leftArrow => glyph.glyphs.leftArrow;