rightArrow top-level property Null safety
A right-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 rightArrow => glyph.glyphs.rightArrow;