SmoothScrollPhysics constructor

const SmoothScrollPhysics({
  1. required ScrollIntensityConfig config,
  2. ScrollPhysics? parent,
})

Implementation

const SmoothScrollPhysics({required this.config, super.parent});