SnappScrollPhysic constructor
const
SnappScrollPhysic({
- ScrollPhysics? parent,
- required double itemHeight,
- double targetPixelLimit = 3.0,
Implementation
const SnappScrollPhysic({
ScrollPhysics? parent,
required this.itemHeight,
this.targetPixelLimit = 3.0,
}) : super(parent: parent);