upArrow top-level property Null safety
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;
An upwards-pointing arrow.
If glyph.ascii is false
, this is "↑". If it's true
, this is
"^" instead.
String get upArrow => glyph.glyphs.upArrow;