scrollLines method

Future<void> scrollLines(
  1. int delta
)

Implementation

Future<void> scrollLines(int delta) async {
  await _binding.scrollLines(delta);
  refreshView();
}