SelectorWheelFixedExtentScrollPhysics constructor

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

Implementation

const SelectorWheelFixedExtentScrollPhysics({ScrollPhysics? parent})
    : super(parent: parent);