menu
ghostty_vte_flutter
ghostty_vte_flutter.dart
GhosttyTerminalAutoScrollSession
<
MetricsT
>
stop method
stop
dark_mode
light_mode
stop
method
void
stop
(
)
Implementation
void stop() { _timer?.cancel(); _timer = null; _dragPosition = null; _direction = 0; }
ghostty_vte_flutter
ghostty_vte_flutter
GhosttyTerminalAutoScrollSession
<
MetricsT
>
stop method
GhosttyTerminalAutoScrollSession class