SneathConsoleDimensionsCachedImpl constructor

SneathConsoleDimensionsCachedImpl(
  1. SneathTerminal _terminal,
  2. SneathCursorPositionDelegate cursorPosition
)

Implementation

SneathConsoleDimensionsCachedImpl(
  this._terminal,
  this.cursorPosition,
);