menu
commander_ui package
documentation
tui.dart
TestTerminal
moveTo method
moveTo method
dark_mode
light_mode
moveTo
method
@
override
void
moveTo
(
int
x
,
int
y
)
override
Implementation
@override void moveTo(int x, int y) => _output.write('\x1B[${y + 1};${x + 1}H');
commander_ui package
documentation
tui
TestTerminal
moveTo method
TestTerminal class