menu
dt
backend.dart
SurfaceBackend
size property
size
dark_mode
light_mode
size
property
(
int
,
int
)
size
Returns the terminal size in columns and rows.
Implementation
(int columns, int rows) get size;
dt
backend
SurfaceBackend
size property
SurfaceBackend class