menu
flutter_easyrefresh package
documentation
easy_refresh.dart
ScrollNotificationInterceptor
ScrollNotificationInterceptor constructor
ScrollNotificationInterceptor constructor
dark_mode
light_mode
ScrollNotificationInterceptor
constructor
ScrollNotificationInterceptor
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
ScrollNotificationInterceptor({ Key? key, required this.child, }) : super(key: key);
flutter_easyrefresh package
documentation
easy_refresh
ScrollNotificationInterceptor
ScrollNotificationInterceptor constructor
ScrollNotificationInterceptor class