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