topLeftCornerBold top-level property Null safety
The bold upper left-hand corner of a box.
If glyph.ascii is false
, this is "┏". If it's true
, this is
"," instead.
Implementation
String get topLeftCornerBold => glyph.glyphs.topLeftCornerBold;
The bold upper left-hand corner of a box.
If glyph.ascii is false
, this is "┏". If it's true
, this is
"," instead.
String get topLeftCornerBold => glyph.glyphs.topLeftCornerBold;