TextViewLine constructor
const
TextViewLine({})
Implementation
const TextViewLine({
required this.visualRow,
required this.logicalLine,
required this.charOffset,
required this.text,
required this.graphemeCount,
required this.hasCursor,
});