TerminalNativeCellDelta constructor
const
TerminalNativeCellDelta({
- required int column,
- TerminalNativeCell? previous,
- TerminalNativeCell? current,
Creates a cell-delta record.
Implementation
const TerminalNativeCellDelta({
required this.column,
this.previous,
this.current,
});