LineCells constructor
LineCells({})
Implementation
LineCells({
required this.line,
required this.codepoints,
required this.fg,
required this.bg,
required this.flags,
Int32List? hyperlinkId,
}) : hyperlinkId = hyperlinkId ?? Int32List(codepoints.length);