downArrow top-level property Null safety
A downwards-pointing arrow.
If glyph.ascii is false
, this is "↓". If it's true
, this is
"v" instead.
Implementation
String get downArrow => glyph.glyphs.downArrow;
A downwards-pointing arrow.
If glyph.ascii is false
, this is "↓". If it's true
, this is
"v" instead.
String get downArrow => glyph.glyphs.downArrow;