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