NeverScrollableScrollPhysics constructor
Creates scroll physics that does not let the user scroll.
Implementation
const NeverScrollableScrollPhysics({ ScrollPhysics parent }) : super(parent: parent);
    Creates scroll physics that does not let the user scroll.
const NeverScrollableScrollPhysics({ ScrollPhysics parent }) : super(parent: parent);