scrollIntoView abstract method

Future<void> scrollIntoView(
  1. TFinderType finder, {
  2. Duration? timeout = const Duration(seconds: 30),
})

Implementation

Future<void> scrollIntoView(
  TFinderType finder, {
  Duration? timeout = const Duration(seconds: 30),
});