ClampingScrollWrapper constructor

const ClampingScrollWrapper({
  1. Key? key,
  2. required Widget child,
  3. bool dragWithMouse = false,
})

Implementation

const ClampingScrollWrapper(
    {super.key, required this.child, this.dragWithMouse = false});