NeverScrollableScrollPhysics constructor

const NeverScrollableScrollPhysics({
  1. ScrollPhysics? parent,
})

Creates scroll physics that does not let the user scroll.

Implementation

const NeverScrollableScrollPhysics({ super.parent });