topRightCorner top-level property
The upper right-hand corner of a box.
If glyph.ascii is false
, this is "┐". If it's true
, this is
"," instead.
Implementation
String get topRightCorner => glyph.glyphs.topRightCorner;
The upper right-hand corner of a box.
If glyph.ascii is false
, this is "┐". If it's true
, this is
"," instead.
String get topRightCorner => glyph.glyphs.topRightCorner;