onDrainHistoryScroll property
Host hook: wait for in-flight gesture scroll before absolute scroll. TerminalView wires this to TerminalScrollController.drainHistoryScroll.
Implementation
Future<void> Function()? onDrainHistoryScroll;
Host hook: wait for in-flight gesture scroll before absolute scroll. TerminalView wires this to TerminalScrollController.drainHistoryScroll.
Future<void> Function()? onDrainHistoryScroll;