BaseScrollDetailProvider constructor
const
BaseScrollDetailProvider({})
Implementation
const BaseScrollDetailProvider({
Key? key,
this.child,
this.notificationChildBuilder,
this.lazy = false,
}) : super(key: key);