Skip to content

Instantly share code, notes, and snippets.

@JulianBissekkou
Created February 12, 2019 10:34
Show Gist options
  • Save JulianBissekkou/40c15c774617419db9e1d09e83beb3cf to your computer and use it in GitHub Desktop.
Save JulianBissekkou/40c15c774617419db9e1d09e83beb3cf to your computer and use it in GitHub Desktop.
NotificationListener<ScrollNotification>(
onNotification: (notification) {
// return true if
// the notification shouldn't be forwarded to any parent widgets
// false otherwise
_handleScrollNotification(notification);
return false;
},
child: child,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment