mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Fix web/_tool/verify_packages
Fix lints in a number of samples
This commit is contained in:
@@ -399,7 +399,7 @@ class NumberPicker extends StatelessWidget {
|
||||
Notification notification, ScrollController scrollController) {
|
||||
return notification is UserScrollNotification &&
|
||||
notification.direction == ScrollDirection.idle &&
|
||||
// ignore: invalid_use_of_protected_member
|
||||
// ignore: invalid_use_of_protected_member,invalid_use_of_visible_for_testing_member
|
||||
scrollController.position.activity is! HoldScrollActivity;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user