LineInfo constructor
LineInfo({})
Implementation
LineInfo({
this.width = 0,
this.charWidth = 0,
this.height = 0,
this.startColumn = 0,
this.columnOffset = 0,
this.rowOffset = 0,
this.charOffset = 0,
});