scrollIntoView method
Implementation
@override
Future<void> scrollIntoView(
Finder finder, {
Duration? timeout = const Duration(seconds: 30),
}) async {
await nativeDriver.ensureVisible(finder);
await waitForAppToSettle();
}
@override
Future<void> scrollIntoView(
Finder finder, {
Duration? timeout = const Duration(seconds: 30),
}) async {
await nativeDriver.ensureVisible(finder);
await waitForAppToSettle();
}