SmoothScrollPhysics constructor
const
SmoothScrollPhysics({
- required ScrollIntensityConfig config,
- ScrollPhysics? parent,
Implementation
const SmoothScrollPhysics({required this.config, super.parent});