longLeftArrow top-level property Null safety
A two-character left-pointing arrow.
If glyph.ascii is false, this is "◀━". If it's true, this is
"<=" instead.
Implementation
String get longLeftArrow => glyph.glyphs.longLeftArrow;
A two-character left-pointing arrow.
If glyph.ascii is false, this is "◀━". If it's true, this is
"<=" instead.
String get longLeftArrow => glyph.glyphs.longLeftArrow;