menu
artisanal package
documentation
uv.dart
SizeNotifier
getSize method
getSize method
dark_mode
light_mode
getSize
method
(
int
,
int
)
getSize
(
)
Returns the current cell size of the terminal window.
Implementation
(int, int) getSize() { return (80, 24); }
artisanal package
documentation
uv
SizeNotifier
getSize method
SizeNotifier class