AlwaysScrollableScrollPhysics constructor

const AlwaysScrollableScrollPhysics(
  1. {ScrollPhysics? parent}
)

Creates scroll physics that always lets the user scroll.

Implementation

const AlwaysScrollableScrollPhysics({ super.parent });