BoxGlyphSet.rounded constructor

BoxGlyphSet.rounded()

Implementation

factory BoxGlyphSet.rounded() {
  return BoxGlyphSet('─│╭╮╰╯┼┴┬┤├');
}