ScrollViewInterceptor constructor

const ScrollViewInterceptor({
  1. Key? key,
  2. required Widget child,
  3. bool enabled = true,
})

Implementation

const ScrollViewInterceptor(
    {super.key, required this.child, this.enabled = true});