dimensions property
Contains information about the width and height of the window.
Implementation
@override
late final SneathConsoleDimensions dimensions =
SneathConsoleDimensionsCachedImpl(
terminal,
cursor_position,
);
Contains information about the width and height of the window.
@override
late final SneathConsoleDimensions dimensions =
SneathConsoleDimensionsCachedImpl(
terminal,
cursor_position,
);