AsciiGlyph constructor

const AsciiGlyph(
  1. List<String> lines
)

Implementation

const AsciiGlyph(this.lines);