enterAltScreen static method
A command that enters the alternate screen buffer.
Use this to switch to fullscreen mode dynamically.
Implementation
static Cmd enterAltScreen() {
return const Cmd(_enterAltScreen);
}
A command that enters the alternate screen buffer.
Use this to switch to fullscreen mode dynamically.
static Cmd enterAltScreen() {
return const Cmd(_enterAltScreen);
}