LineData constructor
const
LineData({})
Implementation
const LineData({
required this.firstCell,
required this.lastCell,
this.spans = const <DirtySpan>[],
this.overflowed = false,
}) : _mutableSpans = false;
const LineData({
required this.firstCell,
required this.lastCell,
this.spans = const <DirtySpan>[],
this.overflowed = false,
}) : _mutableSpans = false;