Skip to content

Commit

Permalink
Lint fix in inherited_number_paginator
Browse files Browse the repository at this point in the history
  • Loading branch information
WieFel committed Jul 30, 2023
1 parent aa5650c commit 0abe566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/ui/widgets/inherited_number_paginator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ class InheritedNumberPaginator extends InheritedWidget {
}

@override
bool updateShouldNotify(InheritedNumberPaginator old) => true;
bool updateShouldNotify(InheritedNumberPaginator oldWidget) => true;
}

0 comments on commit 0abe566

Please sign in to comment.