dimensions property

  1. @override
SneathConsoleDimensions dimensions
latefinal

Contains information about the width and height of the window.

Implementation

@override
late final SneathConsoleDimensions dimensions =
    SneathConsoleDimensionsCachedImpl(
  terminal,
  cursor_position,
);