menu
artisanal package
documentation
tui.dart
Cmd
hideCursor static method
hideCursor static method
dark_mode
light_mode
hideCursor
static method
Cmd
hideCursor
(
)
A command that hides the terminal cursor.
Implementation
static Cmd hideCursor() { return const Cmd(_hideCursor); }
artisanal package
documentation
tui
Cmd
hideCursor static method
Cmd class