AlwaysDraggableSheetPhysics constructor

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

Creates scroll physics that always lets the user scroll.

Implementation

const AlwaysDraggableSheetPhysics({super.parent});