BoxGlyphSet.square constructor

BoxGlyphSet.square()

Implementation

factory BoxGlyphSet.square() {
  return BoxGlyphSet('─│┌┐└┘┼┴┬┤├');
}