ItemScrollPhysics constructor
const
ItemScrollPhysics({
- ScrollPhysics? parent,
- double? itemHeight,
- double targetPixelsLimit = 3.0,
Implementation
const ItemScrollPhysics({
ScrollPhysics? parent,
this.itemHeight,
this.targetPixelsLimit = 3.0,
}) : assert(itemHeight != null && itemHeight > 0),
super(parent: parent);