upArrow top-level property
String
get
upArrow
An upwards-pointing arrow.
If glyph.ascii is false
, this is "↑". If it's true
, this is
"^" instead.
Implementation
String get upArrow => glyph.glyphs.upArrow;